[Blends-commit] [SCM] website branch, master, updated. 4f740d5a593bd018fbdf704dca76360677a8d4cb
Ole Streicher
olebole at debian.org
Fri Mar 18 16:33:35 UTC 2016
The following commit has been merged in the master branch:
commit 4f740d5a593bd018fbdf704dca76360677a8d4cb
Author: Ole Streicher <olebole at debian.org>
Date: Fri Mar 18 17:33:14 2016 +0100
Added missing bracket in template
diff --git a/webtools/templates/tasks.xhtml b/webtools/templates/tasks.xhtml
index caba9ec..4355418 100644
--- a/webtools/templates/tasks.xhtml
+++ b/webtools/templates/tasks.xhtml
@@ -140,7 +140,7 @@
</div>
<div py:if="'vcs' in project.properties">
<span py:choose="">
- <span py:when="'url' in project.properties['vcs'"><a href="${project.properties['vcs']['browser']}" title="${project.properties['vcs']['url']}">${project.properties['vcs']['type']}</a></span>
+ <span py:when="'url' in project.properties['vcs']"><a href="${project.properties['vcs']['browser']}" title="${project.properties['vcs']['url']}">${project.properties['vcs']['type']}</a></span>
<span py:otherwise=""><a href="${project.properties['vcs']['browser']}">${project.properties['vcs']['type']}</a></span>
</span>
</div>
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list