The following commit has been merged in the master branch:
commit e65efd59b927c95c11b3662dc369965b320af607
Author: Ole Streicher <[email protected]>
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

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

Reply via email to