Browse Source

- enable section numbering in html and txt output

Jan Janak 17 years ago
parent
commit
6cd8cf3510
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/stylesheets/xhtml.common.xsl

+ 1 - 0
doc/stylesheets/xhtml.common.xsl

@@ -16,6 +16,7 @@
 <!-- HTML Customization -->
     <xsl:param name="html.cleanup" select="1"/>
     <xsl:param name="html.stylesheet">ser.css</xsl:param>
+	<xsl:param name="section.autolabel">1</xsl:param>
 
 <!-- Needed for strict XHTML -->
     <xsl:param name="css.decoration">0</xsl:param>