Author: kkolinko
Date: Fri Mar 11 00:57:25 2011
New Revision: 1080415

URL: http://svn.apache.org/viewvc?rev=1080415&view=rev
Log:
Followup to r1079781
s/&/&/ in HTML files

HTML allows both variants, but let's be more strict.

Modified:
    tomcat/trunk/res/welcome.bin.html
    tomcat/trunk/res/welcome.main.html

Modified: tomcat/trunk/res/welcome.bin.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/welcome.bin.html?rev=1080415&r1=1080414&r2=1080415&view=diff
==============================================================================
--- tomcat/trunk/res/welcome.bin.html (original)
+++ tomcat/trunk/res/welcome.bin.html Fri Mar 11 00:57:25 2011
@@ -72,7 +72,7 @@ RELEASE-NOTES and the RUNNING.txt file i
 </dl></dd>
 <dt><b>bin/extras/</b></dt>
 <dd><dl>
-  <dt>tomcat-juli-adapters.jar & tomcat-juli.jar</dt>
+  <dt>tomcat-juli-adapters.jar &amp; tomcat-juli.jar</dt>
     <dd>Full commons-logging implementation. See the <a
     
href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/logging.html";>
     logging documentation</a> for more information.</dd>

Modified: tomcat/trunk/res/welcome.main.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/welcome.main.html?rev=1080415&r1=1080414&r2=1080415&view=diff
==============================================================================
--- tomcat/trunk/res/welcome.main.html (original)
+++ tomcat/trunk/res/welcome.main.html Fri Mar 11 00:57:25 2011
@@ -72,7 +72,7 @@ RELEASE-NOTES and the RUNNING.txt file i
 </dl></dd>
 <dt><b>bin/extras/</b></dt>
 <dd><dl>
-  <dt>tomcat-juli-adapters.jar & tomcat-juli.jar</dt>
+  <dt>tomcat-juli-adapters.jar &amp; tomcat-juli.jar</dt>
     <dd>Full commons-logging implementation. See the <a
     
href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/logging.html";>
     logging documentation</a> for more information.</dd>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to