From 6ac7fee6e0ccbd0dacb9da51fad966ecc67232b0 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert <joerg@debian.org> Date: Sat, 4 Sep 2010 20:51:44 +0200 Subject: [PATCH] remove leading / Signed-off-by: Joerg Jaspert <joerg@debian.org> --- dak/queue_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index 84f6a22f..e2d8578b 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -286,7 +286,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing print "<td class=\"package\">%s</td>" % (source) print "<td class=\"version\">" for vers in version.split(): - print "<a href=\"/new/%s_%s.html\">%s</a><br/>" % (source, utils.html_escape(vers), utils.html_escape(vers)) + print "<a href=\"new/%s_%s.html\">%s</a><br/>" % (source, utils.html_escape(vers), utils.html_escape(vers)) print "</td>" print "<td class=\"arch\">%s</td>" % (arch) print "<td class=\"distribution\">" -- 2.39.5