[Cdd-commits] r822 - cdd/trunk/webtools/templates

CDD Subversion Commit noreply at alioth.debian.org
Tue Jun 17 09:03:50 UTC 2008


Author: tille
Date: Tue Jun 17 09:03:50 2008
New Revision: 822

Modified:
   cdd/trunk/webtools/templates/tasks.xhtml
Log:
Fixed WNPP links


Modified: cdd/trunk/webtools/templates/tasks.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/tasks.xhtml	(original)
+++ cdd/trunk/webtools/templates/tasks.xhtml	Tue Jun 17 09:03:50 2008
@@ -56,7 +56,7 @@
 	   <td class="project-name">
 	     <a name="${project.pkg}" id="${project.pkg}"/>
 	     <strong>${project.pkg}</strong>
-             <a py:if="project.wnpp != None" href="http://bugs.debian.org/#${project.wnpp}">wnpp</a>
+             <span py:if="project.wnpp != None"> &mdash; <a href="http://bugs.debian.org/#${project.wnpp}">wnpp</a></span><br />
 	     <em>${project.pkgShortDesc}</em><br/>
 	     <a href="$project.homepage}">${project.homepage}</a>
 	     <div py:if="project.responsible != None"><span py:choose="type"><span py:when="'official'">${maintainer}</span><span py:otherwise="">${responsible}</span></span>: ${project.responsible}</div>



More information about the Cdd-commits mailing list