The following commit has been merged in the master branch:
commit 546f333b8243ffe241de27d5a9f11052fa100959
Author: Andreas Tille <[email protected]>
Date:   Mon Sep 9 12:17:16 2013 +0200

    Print VCS URL properly

diff --git a/webtools/templates/bugs_udd.xhtml 
b/webtools/templates/bugs_udd.xhtml
index 571ee13..686238c 100644
--- a/webtools/templates/bugs_udd.xhtml
+++ b/webtools/templates/bugs_udd.xhtml
@@ -105,7 +105,7 @@
                        </span>
                         <span class="bugvcsbrowser" id="bugvcsbrowser" 
py:choose="pkgbug['vcs_browser']">
                           <span py:when="'#'">${novcsbrowser}</span>
-                          <span py:otherwise=""><a 
href="$pkgbug['vcs_browser']">${vcslocation}</a></span>
+                          <span py:otherwise=""><a 
href="${pkgbug['vcs_browser']}">${vcslocation}</a></span>
                        </span>
                         <span class="bugsmaintainer" id="bugsmaintainer" 
py:choose="">
                           <span 
py:when="pkgbug.has_key('maintainer_email')"><a 
href="mailto:${pkgbug['maintainer_email']}">${pkgbug['maintainer_name']}</a></span>

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to