You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/11/30 00:26:09 UTC

svn commit: r1546661 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

Author: kpreisser
Date: Fri Nov 29 23:26:09 2013
New Revision: 1546661

URL: http://svn.apache.org/r1546661
Log:
No need to use <strong> on a heading.

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=1546661&r1=1546660&r2=1546661&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Fri Nov 29 23:26:09 2013
@@ -233,7 +233,7 @@
   <!-- Process a menu for the navigation bar -->
   <xsl:template match="menu">
   <div>
-    <h2><strong><xsl:value-of select="@name"/></strong></h2>
+    <h2><xsl:value-of select="@name"/></h2>
     <ul>
       <xsl:apply-templates select="item"/>
     </ul>



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