Author: rjung
Date: Fri Feb 15 14:51:06 2013
New Revision: 1446612

URL: http://svn.apache.org/r1446612
Log:
Escape slash consistently.

Modified:
    tomcat/trunk/webapps/docs/tomcat-docs.xsl

Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tomcat-docs.xsl?rev=1446612&r1=1446611&r2=1446612&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Fri Feb 15 14:51:06 2013
@@ -212,7 +212,7 @@
                       (d.getElementsByTagName('head')[0] || 
d.getElementsByTagName('body')[0]).appendChild(s);
                   }
                   else {
-                      d.write('<div id="comments_thread"><strong>Comments are 
disabled for this page at the moment.</strong><\/div>');
+                      d.write('<div id="comments_thread"><strong>Comments are 
disabled for this page at the moment.<\/strong><\/div>');
                   }
               })(window, document);
               //--><!]]]]>></xsl:text></script>



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

Reply via email to