Use slightly more correct markup:
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Sep 2011 22:46:45 +0000 (22:46 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Sep 2011 22:46:45 +0000 (22:46 +0000)
<h1> is block element, while <font> is inline element

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1175613 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/tomcat-docs.xsl

index 0cf6f01..7aefaad 100644 (file)
         </xsl:if>
         </td>
         <td>
-          <font face="arial,helvetica,sanserif">
-            <h1><xsl:value-of select="$project/title"/></h1>
-            Version <xsl:value-of select="$version"/>, <xsl:value-of select="$build-date"/>
-          </font>
+          <h1><font face="arial,helvetica,sanserif"><xsl:value-of select="$project/title"/></font></h1>
+          <font face="arial,helvetica,sanserif">Version <xsl:value-of select="$version"/>, <xsl:value-of select="$build-date"/></font>
         </td>
         <td>
           <xsl:comment>APACHE LOGO</xsl:comment>