diff options
Diffstat (limited to 'stylesheets/print/lfs-index.xsl')
-rw-r--r-- | stylesheets/print/lfs-index.xsl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stylesheets/print/lfs-index.xsl b/stylesheets/print/lfs-index.xsl index cf216e6b7..7cffd5328 100644 --- a/stylesheets/print/lfs-index.xsl +++ b/stylesheets/print/lfs-index.xsl @@ -12,11 +12,11 @@ <!--Title--> <xsl:template match="index" mode="title.markup"> - <xsl:param name="allow-anchors" select="0"/> + <xsl:param name="allow-anchors" select="0"/> <xsl:text>Index of packages and important installed files</xsl:text> - </xsl:template> + </xsl:template> - <!-- Divisions--> + <!-- Divisions--> <xsl:template match="indexterm" mode="index-div"> <xsl:param name="scope" select="."/> <xsl:variable name="key" @@ -63,17 +63,17 @@ </xsl:if> </xsl:template> - <!-- The separator --> + <!-- The separator --> <xsl:template match="indexterm" mode="reference"> <xsl:param name="scope" select="."/> <xsl:text>: </xsl:text> - <xsl:call-template name="reference"> + <xsl:call-template name="reference"> <xsl:with-param name="zones" select="normalize-space(@zone)"/> <xsl:with-param name="scope" select="$scope"/> </xsl:call-template> </xsl:template> - <!--Bookmarks--> + <!--Bookmarks--> <xsl:template name="reference"> <xsl:param name="scope" select="."/> <xsl:param name="zones"/> @@ -95,13 +95,13 @@ </xsl:variable> <fo:basic-link internal-destination="{$id}"> <xsl:apply-templates select="$target" mode="page.citation"> - <xsl:with-param name="id" select="$id"/> + <xsl:with-param name="id" select="$id"/> </xsl:apply-templates> </fo:basic-link> <xsl:text> , </xsl:text> <fo:basic-link internal-destination="{$id2}"> <xsl:apply-templates select="$target2" mode="page.citation"> - <xsl:with-param name="id" select="$id2"/> + <xsl:with-param name="id" select="$id2"/> </xsl:apply-templates> </fo:basic-link> </xsl:when> @@ -115,7 +115,7 @@ </xsl:variable> <fo:basic-link internal-destination="{$id}"> <xsl:apply-templates select="$target" mode="page.citation"> - <xsl:with-param name="id" select="$id"/> + <xsl:with-param name="id" select="$id"/> </xsl:apply-templates> </fo:basic-link> </xsl:otherwise> |