aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/patcheslist.xsl
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2004-08-10 19:25:59 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2004-08-10 19:25:59 +0000
commit01d6d63abb99fbbea4ea9af94ccd8542fa3cf5a7 (patch)
treecc3e78c66351cf187214e663f4862e4857d689c0 /stylesheets/patcheslist.xsl
parent536b6aa453aa6e7f569f5e91c5e58bdc9cdde26e (diff)
synced testing branch stylesheets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/patcheslist.xsl')
-rw-r--r--stylesheets/patcheslist.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index 62e1d38ad..bb6c038e1 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -7,7 +7,7 @@
<xsl:output method="text"/>
- <xsl:param name="links.directory">lfs/cvs/unstable/</xsl:param>
+ <xsl:param name="links.directory">lfs/cvs/testing/</xsl:param>
<xsl:param name="deep.to.downloads">../../../</xsl:param>
<xsl:template match="/">
@@ -51,7 +51,7 @@
</xsl:if>
<xsl:text>/</xsl:text>
<xsl:value-of select="substring-after(@url, $links.directory)"/>
- <xsl:text> . &amp;&amp;&#x0a;</xsl:text>
+ <xsl:text> . &#x0a;</xsl:text>
</xsl:if>
</xsl:template>