Correct various <a name>...</a> tags so that it is being displayed
normally on the website (like other pages have as well). PR: www/94296 Submitted by: Rudolf Cejka <cejkar at fit dot vutbr dot cz>
This commit is contained in:
parent
fd58ada8db
commit
7de0b996a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27300
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.32 2005/10/04 19:43:49 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.33 2006/01/03 17:51:03 scop Exp $">
|
||||
<!ENTITY title 'FreeBSD CVSweb Project'>
|
||||
<!ENTITY email 'freebsd-cvsweb'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
|
@ -19,7 +19,8 @@
|
|||
<li><a href="#resources">Resources</a></li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="about">What is CVSweb?</a></h2>
|
||||
<a name="about"></a>
|
||||
<h2>What is CVSweb?</h2>
|
||||
|
||||
<p>CVSweb is a WWW interface for CVS repositories with which you
|
||||
can browse a file hierarchy on your browser to view each file's
|
||||
|
@ -48,7 +49,8 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<h2><a name="downloads">Downloads</a></h2>
|
||||
<a name="downloads"></a>
|
||||
<h2>Downloads</h2>
|
||||
|
||||
<p>Download the tarball from the following sites. The latest
|
||||
stable release is <strong>3.0.6</strong> (released 2005-09-25), see
|
||||
|
@ -86,7 +88,8 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<h2><a name="resources">Resources</a></h2>
|
||||
<a name="resources"></a>
|
||||
<h2>Resources</h2>
|
||||
|
||||
<dl>
|
||||
<dt>Project mailing list:</dt>
|
||||
|
|
Loading…
Reference in a new issue