From 4b32c3dd03992b855e1df6feff95973edd9b684a Mon Sep 17 00:00:00 2001 From: kkolinko Date: Fri, 11 Mar 2011 00:57:25 +0000 Subject: [PATCH] Followup to r1079781 s/&/&/ in HTML files HTML allows both variants, but let's be more strict. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1080415 13f79535-47bb-0310-9956-ffa450edef68 --- res/welcome.bin.html | 2 +- res/welcome.main.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/welcome.bin.html b/res/welcome.bin.html index ac7247af7..aaab786c4 100644 --- a/res/welcome.bin.html +++ b/res/welcome.bin.html @@ -72,7 +72,7 @@ RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.
bin/extras/
-
tomcat-juli-adapters.jar & tomcat-juli.jar
+
tomcat-juli-adapters.jar & tomcat-juli.jar
Full commons-logging implementation. See the logging documentation for more information.
diff --git a/res/welcome.main.html b/res/welcome.main.html index dd6be13f6..3a3e64a82 100644 --- a/res/welcome.main.html +++ b/res/welcome.main.html @@ -72,7 +72,7 @@ RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.
bin/extras/
-
tomcat-juli-adapters.jar & tomcat-juli.jar
+
tomcat-juli-adapters.jar & tomcat-juli.jar
Full commons-logging implementation. See the logging documentation for more information.
-- 2.11.0