]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed cut/paste error that was causing ID warnings to be emitted
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 10:08:22 +0000 (10:08 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 10:08:22 +0000 (10:08 +0000)
for all Sect2 instances, even if they already had IDs.

xsl/html/sections.xsl

index 6628cc9cfdc7b973944f882006bf25d78cc6f233..1f4245ba2460486c188acd23e97772632c24aed4 100644 (file)
 </xsl:template>
 
 <xsl:template match="sect2/title" mode="titlepage.mode" priority="2">
-  <xsl:call-template name="id.warning"/>
-
   <xsl:call-template name="section.title"/>
 </xsl:template>