diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-07-13 16:15:34 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-07-13 16:15:34 +0000 |
commit | 132af6eb61cb2ec4ee6fd98c9ee8dc0bb667d777 (patch) | |
tree | a312033fea9595843aa4d8dbd0631d43bf9428a9 /stylesheets/print/lfs-index.xsl | |
parent | 44758be312e368144ad778bfbb0c2f2237ae8840 (diff) |
Adapted the print stylesheets to the publisher requeriments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/print/lfs-index.xsl')
-rw-r--r-- | stylesheets/print/lfs-index.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/print/lfs-index.xsl b/stylesheets/print/lfs-index.xsl index 7cffd5328..1d432abf8 100644 --- a/stylesheets/print/lfs-index.xsl +++ b/stylesheets/print/lfs-index.xsl @@ -13,7 +13,7 @@ <!--Title--> <xsl:template match="index" mode="title.markup"> <xsl:param name="allow-anchors" select="0"/> - <xsl:text>Index of packages and important installed files</xsl:text> + <xsl:text>Index</xsl:text> </xsl:template> <!-- Divisions--> |