Changeset ca25939b


Ignore:
Timestamp:
08/30/2004 11:03:02 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
81b2052
Parents:
b59625f
Message:

Hardcoded a period inside the quotes in xrefs.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    rb59625f rca25939b  
    7171
    7272<sect2 role="content"><title/>
    73 <para>Details on this package are located in <xref linkend="contents-gettext"/>.</para>
     73<para>Details on this package are located in <xref linkend="contents-gettext" role="."/></para>
    7474</sect2>
    7575
  • stylesheets/xhtml/lfs-titles.xsl

    rb59625f rca25939b  
    8686  </xsl:template>
    8787
     88  <xsl:template match="*" mode="insert.title.markup">
     89    <xsl:param name="purpose"/>
     90    <xsl:param name="xrefstyle"/>
     91    <xsl:param name="title"/>
     92    <xsl:param name="role"/>
     93    <xsl:choose>
     94      <xsl:when test="$purpose = 'xref' and titleabbrev">
     95        <xsl:apply-templates select="." mode="titleabbrev.markup"/>
     96      </xsl:when>
     97      <xsl:otherwise>
     98        <xsl:copy-of select="$title"/>
     99        <xsl:text>.</xsl:text>
     100      </xsl:otherwise>
     101    </xsl:choose>
     102  </xsl:template>
     103
    88104</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.