Howdy hackers,

The web page for a Savannah project's CVS information (e.g. mine at
<http://savannah.nongnu.org/cvs/?group=toad>) currently has a broken
anchor end tag, causing a link to extend across lots of text:

=====
</td></tr></table><br><br><h2>Browsing the CVS Repository</h2><p>You can Browse the 
CVS tree of this project with your web browser. This gives you a good picture of the 
current status of the source files. You may also view the complete histories of any 
file in the repository as well as differences among two versions.</p><h3>You can 
browse :</h3><ul><li><a href="http://savannah.nongnu.org/cgi-bin/viewcvs/toad/";>CVS 
Repository (Software)</a></li><li><a 
href="http://savannah.nongnu.org/cgi-bin/viewcvs//non-gnu/toad/?cvsroot=www.gnu.org";>CVS
 Repository (Web Pages)/a></li></ul><!-- Savannah - CVS short help -->
=====

(Yeuch, all on one line.)

The

    "<a href=...>CVS Repository (Web Pages)/a>"

should read

    "<a href=...>CVS Repository (Web Pages)</a>"

to prevent the link from encompassing everything up to the next anchor
tag.

-- 
 \      "I don't know half of you half as well as I should like, and I |
  `\      like less than half of you half as well as you deserve."  -- |
_o__)                                                    Bilbo Baggins |
[EMAIL PROTECTED]  F'print 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B


_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to