[Blends-commit] [SCM] website branch, master, updated. 913151b3df48ea9ea30e450d17037e1809504d62
Andreas Tille
tille at debian.org
Thu Aug 1 13:34:53 UTC 2013
The following commit has been merged in the master branch:
commit cfcffa11f3f5e0ab885d34c987d327f99a0649db
Author: Andreas Tille <tille at debian.org>
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
More information about the Blends-commit
mailing list