]> granicus.if.org Git - docbook-dsssl/commitdiff
Reverted the part of revision 6952 that caused a@id anchors to be
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 18 Aug 2007 09:34:34 +0000 (09:34 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 18 Aug 2007 09:34:34 +0000 (09:34 +0000)
generated for output of informal objects. Thanks to Sam Steingold
for reporting.

xsl/html/formal.xsl

index bb703d9aca6a7f409c4304172b7396124655c019..2e45709c3e3136220bf334b83843c112ceea3d50 100644 (file)
   <xsl:variable name="content">
     <div class="{$class}">
       <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
-      <xsl:call-template name="anchor">
-        <xsl:with-param name="conditional" select="0"/>
-      </xsl:call-template>
+      <xsl:call-template name="anchor"/>
       <xsl:apply-templates/>
   
       <!-- HACK: This doesn't belong inside formal.object; it