From 6d1e5f5824f2836081dd1b190181ded07132523a Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 11 Mar 2012 16:06:45 +0100 Subject: [PATCH] that should also shutup the html validation foo Signed-off-by: Joerg Jaspert --- dak/queue_report.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index bc68b261..862a6d20 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -179,6 +179,7 @@ def header(): Debian NEW and BYHAND Packages @@ -246,8 +248,8 @@ def table_header(type, source_count, total_count): print "

Summary for: %s

" % (type) print "

Summary for: binary-%s only

" % (type) print """ +

Click to toggle all/binary-NEW packages

-

Click to toggle all/binary-NEW packages

""" print "Package count in %s: %s |  Total Package count: %s" % (type, source_count, total_count) -- 2.39.2