changeset 101:a28e67fbdd31

fix commas in project authors list.
author casties
date Tue, 21 May 2013 18:54:54 +0200
parents f4ac675b2031
children bde0929d34fb
files zpt/project/project_index_html.zpt
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/project/project_index_html.zpt	Tue May 21 18:50:05 2013 +0200
+++ b/zpt/project/project_index_html.zpt	Tue May 21 18:54:54 2013 +0200
@@ -36,8 +36,7 @@
         <a class="mpiwg-author" tal:define="username person/username|nothing; key person/key|nothing;"
           tal:omit-tag="python:not username or not here.getStaffFolder().isActiveMember(key=key)"
           tal:attributes="href string:$root/${secmap/staff}/members/$username" tal:content="person/name"> Name of responsible
-          person </a>
-        <tal:block tal:condition="not:repeat/person/end">, </tal:block>
+          person </a><tal:block tal:condition="not:repeat/person/end">, </tal:block>
       </tal:block>
     </h3>