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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org