aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/patcheslist.xsl
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-19 20:16:58 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-19 20:16:58 +0000
commita9e89d0c26b67d4f4ad136be1f701665c7b04c72 (patch)
treedcb6fb3d304753460d6f275ac3e3d9b74a2896a2 /stylesheets/patcheslist.xsl
parent28501c71298af5866445fa8c8dd6e71f61287271 (diff)
HEAD: StyleSheets - unified the identation to use spaces.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/patcheslist.xsl')
-rw-r--r--stylesheets/patcheslist.xsl16
1 files changed, 8 insertions, 8 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index ed6967b8b..3d00d157d 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -5,17 +5,17 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
- <xsl:output method="text"/>
+ <xsl:output method="text"/>
<xsl:template match="//text()">
- <xsl:text/>
+ <xsl:text/>
</xsl:template>
- <xsl:template match="//ulink">
- <xsl:if test="contains(@url, '.patch')">
- <xsl:value-of select="@url"/>
- <xsl:text>&#x0a;</xsl:text>
- </xsl:if>
- </xsl:template>
+ <xsl:template match="//ulink">
+ <xsl:if test="contains(@url, '.patch')">
+ <xsl:value-of select="@url"/>
+ <xsl:text>&#x0a;</xsl:text>
+ </xsl:if>
+ </xsl:template>
</xsl:stylesheet>