diff options
Diffstat (limited to 'stylesheets/patcheslist.xsl')
-rw-r--r-- | stylesheets/patcheslist.xsl | 4 |
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> . &&
</xsl:text> + <xsl:text> . 
</xsl:text> </xsl:if> </xsl:template> |