Ignore:
Timestamp:
08/30/2007 06:19:10 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
af87b4e
Parents:
b1ba0fa
Message:

Updated stylesheets to match trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/division.xsl

    rb1ba0fa rab42f55  
    214214  <h1>
    215215    <xsl:attribute name="class">title</xsl:attribute>
    216     <xsl:call-template name="anchor">
    217       <xsl:with-param name="node" select="$node"/>
    218       <xsl:with-param name="conditional" select="0"/>
    219     </xsl:call-template>
    220     <xsl:apply-templates select="$node" mode="object.title.markup">
     216    <xsl:if test="$generate.id.attributes = 0">
     217      <xsl:call-template name="anchor">
     218        <xsl:with-param name="node" select="$node"/>
     219        <xsl:with-param name="conditional" select="0"/>
     220      </xsl:call-template>
     221    </xsl:if>
     222      <xsl:apply-templates select="$node" mode="object.title.markup">
    221223      <xsl:with-param name="allow-anchors" select="1"/>
    222224    </xsl:apply-templates>
Note: See TracChangeset for help on using the changeset viewer.