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

Bug#592405: Patch



tag 592405 + patch
thanks

Here is a patch.

Gio.
-- 
Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascellani@jabber.org / giovanni@elabor.homelinux.org
From b5a9e4997f90c5b7df65e04af4fbca7f0cd99fc3 Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Date: Wed, 27 Jul 2011 22:23:51 +0200
Subject: [PATCH] Fixing bug #592405, escaping the link to transition excuses.

---
 pts/www/xsl/pts.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pts/www/xsl/pts.xsl b/pts/www/xsl/pts.xsl
index cd2a816..5b6cf56 100644
--- a/pts/www/xsl/pts.xsl
+++ b/pts/www/xsl/pts.xsl
@@ -1070,7 +1070,7 @@ other-to-%xx, especially % to %25... Fortunately, that's rare -->
       </xsl:if>
       <xsl:if test="$hasexcuse">
         <a title="reasons why the package is not moving to testing"
-           href="http://qa.debian.org/excuses.php?package={$package}";>excuses</a>:
+           href="http://qa.debian.org/excuses.php?package={$escaped-package}";>excuses</a>:
 	<ul class="testing-excuses">
 	  <xsl:for-each select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/item">
 	    <xsl:call-template name="outputitem"/>
-- 
1.7.5.4

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: