The following commit has been merged in the master branch:
commit cfcffa11f3f5e0ab885d34c987d327f99a0649db
Author: Andreas Tille <[email protected]>
Date:   Thu Aug 1 15:26:17 2013 +0200

    Get the bug weight printed correctly

diff --git a/webtools/templates/bugs_idx_udd.xhtml 
b/webtools/templates/bugs_idx_udd.xhtml
index d8fafae..3b13fe6 100644
--- a/webtools/templates/bugs_idx_udd.xhtml
+++ b/webtools/templates/bugs_idx_udd.xhtml
@@ -49,7 +49,7 @@
                        <p>$gtstrListOfBugspages</p>
                        <dl>
                              <py:for each="task in bugs_data.keys()">
-                                <dt 
class="${bugs_data[task]['weightedclass']}"><a href="${task}.html" 
name="${task}" id="${task}">${task.capitalize()} - 
${bugs_data[task]['description']}</a> (${weighttask[task]}<sup>*</sup>)</dt>
+                                <dt 
class="${bugs_data[task]['weightedclass']}"><a href="${task}.html" 
name="${task}" id="${task}">${task.capitalize()} - 
${bugs_data[task]['description']}</a> 
(${bugs_data[task]['weighttask']}<sup>*</sup>)</dt>
                                <dd>${bugs_data[task]['long_description']}</dd>
                              </py:for>
                        </dl>

-- 
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