changeset 1901:02dedcb347e5

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 13:02:14 +0300
parents 939116ee92b4
children 862e96a39fe3
files xslt/content.xslt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/content.xslt	Fri Feb 10 13:03:20 2017 +0300
+++ b/xslt/content.xslt	Fri Feb 10 13:02:14 2017 +0300
@@ -12,7 +12,7 @@
     </xsl:template>
 
     <xsl:template match="section/section[@id and @name]">
-        <a name="{@id}"/> <center><h5> <xsl:value-of select="@name"/> </h5></center>
+        <a name="{@id}"/> <center><h4> <xsl:value-of select="@name"/> </h4></center>
         <xsl:apply-templates/>
     </xsl:template>
 
@@ -27,7 +27,7 @@
     </xsl:template>
 
     <xsl:template match="section/section[not(@id) and @name]">
-        <center><h5> <xsl:value-of select="@name"/> </h5></center>
+        <center><h4> <xsl:value-of select="@name"/> </h4></center>
         <xsl:apply-templates/>
     </xsl:template>