[Blends-commit] [SCM] website branch, master, updated. 546f333b8243ffe241de27d5a9f11052fa100959

Andreas Tille tille at debian.org
Mon Sep 9 10:13:32 UTC 2013


The following commit has been merged in the master branch:
commit 546f333b8243ffe241de27d5a9f11052fa100959
Author: Andreas Tille <tille at debian.org>
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



More information about the Blends-commit mailing list