[Blends-commit] [SCM] website branch, master, updated. e65efd59b927c95c11b3662dc369965b320af607
Ole Streicher
olebole at debian.org
Fri Mar 18 21:30:25 UTC 2016
The following commit has been merged in the master branch:
commit e65efd59b927c95c11b3662dc369965b320af607
Author: Ole Streicher <olebole at debian.org>
Date: Fri Mar 18 22:30:21 2016 +0100
Add missing quote
diff --git a/webtools/templates/tasks.xhtml b/webtools/templates/tasks.xhtml
index 8128624..9b53185 100644
--- a/webtools/templates/tasks.xhtml
+++ b/webtools/templates/tasks.xhtml
@@ -141,7 +141,7 @@
<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'].get('type', 'Vcs')}</a></span>
- <span py:otherwise=""><a href="${project.properties['vcs']['browser']}">${project.properties['vcs'].get('type', Vcs')}</a></span>
+ <span py:otherwise=""><a href="${project.properties['vcs']['browser']}">${project.properties['vcs'].get('type', 'Vcs')}</a></span>
</span>
</div>
<div py:if="lang != 'en' and project.component == 'main' and project.pkgstatus != 'new' and project.pkgstatus != 'pkgvcs'">
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list