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

CDD Subversion Commit noreply at alioth.debian.org
Wed Jul 2 12:09:05 UTC 2008


Author: tille
Date: Wed Jul  2 12:09:04 2008
New Revision: 903

Modified:
   cdd/trunk/webtools/templates/tasks.xhtml
Log:
Do not prepend '#' before bug number


Modified: cdd/trunk/webtools/templates/tasks.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/tasks.xhtml	(original)
+++ cdd/trunk/webtools/templates/tasks.xhtml	Wed Jul  2 12:09:04 2008
@@ -75,7 +75,7 @@
 	   <td class="project-name">
 	     <a name="${project.pkg}" id="${project.pkg}"/>
 	     <strong>${project.pkg.capitalize()}</strong>
-             <span py:if="project.wnpp != None"> - <a href="http://bugs.debian.org/#${project.wnpp}">wnpp</a></span><br />
+             <span py:if="project.wnpp != None"> - <a href="http://bugs.debian.org/${project.wnpp}">wnpp</a></span><br />
 	     <em><span py:choose="">
 	           <span py:when="project.desc.has_key(lang)">${project.desc[lang]['short']}</span>
 	           <span py:otherwise="">${project.desc['en']['short']}</span>



More information about the Cdd-commits mailing list