[Secure-testing-commits] r28818 - bin
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 16 09:09:45 UTC 2014
Author: holger
Date: 2014-09-16 09:09:45 +0000 (Tue, 16 Sep 2014)
New Revision: 28818
Modified:
bin/tracker_service.py
Log:
Add missing table header caption.
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2014-09-16 09:07:57 UTC (rev 28817)
+++ bin/tracker_service.py 2014-09-16 09:09:45 UTC (rev 28818)
@@ -741,7 +741,7 @@
[make_menu(url.scriptRelative,
("status/dtsa-candidates", "Candidates for DTSAs")),
bf.actions(url), BR(),
- make_table(gen(), caption=("Package", "Bug", "Urgency", "Remote")),
+ make_table(gen(), caption=("Package", "Bug", "Urgency", "Remote", 'Status')),
self.nvd_text])
def page_status_release_unstable_like(self, path, params, url,
More information about the Secure-testing-commits
mailing list