[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#327880: packages.qa.debian.org: Copyright link pointing to the wrong file



Package: qa.debian.org
Tags: patch

The "Copyright" link in the "Other links" section of the PTS currently
points to $package.copyright instead of just copyright. Not knowing if
this is intentional and soon to be fixed on packages.d.o, here's a
patch to fix the link:

Index: www/xsl/pts.xsl
===================================================================
RCS file: /cvs/qa/pts/www/xsl/pts.xsl,v
retrieving revision 1.56
diff -r1.56 pts.xsl
558,562c558
<         <xsl:text>/</xsl:text>
< 	<xsl:call-template name="escape-name">
<           	<xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
<         </xsl:call-template>
<         <xsl:text>.copyright</xsl:text>
---
>         <xsl:text>/copyright</xsl:text>



Reply to: