Author: markt Date: Mon Aug 17 08:28:06 2009 New Revision: 804898 URL: http://svn.apache.org/viewvc?rev=804898&view=rev Log: Fix broken link.
Modified: tomcat/site/trunk/docs/findhelp.html tomcat/site/trunk/xdocs/findhelp.xml Modified: tomcat/site/trunk/docs/findhelp.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/findhelp.html?rev=804898&r1=804897&r2=804898&view=diff ============================================================================== --- tomcat/site/trunk/docs/findhelp.html (original) +++ tomcat/site/trunk/docs/findhelp.html Mon Aug 17 08:28:06 2009 @@ -3,17 +3,17 @@ <html> <head> <title>Apache Tomcat - Find Help</title> -<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> -<link media="print" rel="stylesheet" href="stylesheets/tomcat-printer.css" type="text/css" /> +<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> +<link type="text/css" href="stylesheets/tomcat-printer.css" rel="stylesheet" media="print"/> </head> -<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> -<table cellspacing="0" width="100%" border="0"> +<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> +<table border="0" width="100%" cellspacing="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> +<img src="./images/tomcat.gif" align="left" alt="Tomcat Logo" border="0"/> </a> </td> <td> @@ -24,28 +24,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> +<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<form method="get" action="http://www.google.com/search"> -<input type="hidden" name="sitesearch" value="tomcat.apache.org" /> -<input type="text" id="query" name="q" size="25" value="Search the Site" /> -<input type="submit" value="Search Site" name="Search" /> +<form action="http://www.google.com/search" method="get"> +<input value="tomcat.apache.org" name="sitesearch" type="hidden"/> +<input value="Search the Site" size="25" name="q" id="query" type="text"/> +<input name="Search" value="Search Site" type="submit"/> </form> </div> -<table cellspacing="4" width="100%" border="0"> +<table border="0" width="100%" cellspacing="4"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr size="1" noshade="" /> +<hr noshade="" size="1"/> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td class="noPrint" nowrap="true" valign="top" width="20%"> +<td width="20%" valign="top" nowrap="true" class="noPrint"> <p> <strong>Apache Tomcat</strong> </p> @@ -174,11 +174,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td id="mainBody" align="left" valign="top" width="80%"> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<td width="80%" valign="top" align="left" id="mainBody"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Find help"> <strong>Find help</strong> </a> @@ -226,7 +226,7 @@ instructions.</p> <p>If you think you have found a bug, please following the -<a href="bugreporting.html">bug reporting</a> steps. Particularly if you are +<a href="bugreport.html">bug reporting</a> steps. Particularly if you are using an older version of Apache Tomcat, there is a good chance that the problem has been fixed so it is always worth searching the bug database to see if ths is the case.</p> @@ -243,7 +243,7 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> @@ -252,17 +252,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr size="1" noshade="" /> +<hr noshade="" size="1"/> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font size="-1" color="#525D76"> +<font color="#525D76" size="-1"> <em> Copyright © 1999-2009, The Apache Software Foundation - <br /> + <br/> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. Modified: tomcat/site/trunk/xdocs/findhelp.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/findhelp.xml?rev=804898&r1=804897&r2=804898&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/findhelp.xml (original) +++ tomcat/site/trunk/xdocs/findhelp.xml Mon Aug 17 08:28:06 2009 @@ -45,7 +45,7 @@ instructions.</p> <p>If you think you have found a bug, please following the -<a href="bugreporting.html">bug reporting</a> steps. Particularly if you are +<a href="bugreport.html">bug reporting</a> steps. Particularly if you are using an older version of Apache Tomcat, there is a good chance that the problem has been fixed so it is always worth searching the bug database to see if ths is the case.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org