- use proper entity for CGI scripts. This fixes potential problem of
local mirrors that serve CGI scripts which do not work. Submitted by: Rudolf Cejka <cejkar at fit.vutbr.cz>
This commit is contained in:
parent
68de0c0c67
commit
154ce28255
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34577
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.11 2009/06/02 21:11:59 gabor Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.12 2009/07/06 22:09:22 danger Exp $ -->
|
||||
|
||||
<!-- FreeBSD HTML Header Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
<li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/">Handbook</a></li>
|
||||
<li><a href="&base;/doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a></li>
|
||||
<li><a href="&base;/doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a></li>
|
||||
<li><a href="&base;/cgi/man.cgi">Manual Pages</a></li>
|
||||
<li><a href="&cgibase;/man.cgi">Manual Pages</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
<ul>
|
||||
<li><a href="&base;/commercial/commercial.html">Vendors</a></li>
|
||||
<li><a href="http://security.FreeBSD.org/">Security Information</a></li>
|
||||
<li><a href="&base;/cgi/query-pr-summary.cgi">Bug Reports</a></li>
|
||||
<li><a href="&cgibase;/query-pr-summary.cgi">Bug Reports</a></li>
|
||||
<li><a href="&base;/send-pr.html">Submit Bug-report</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue