X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=a7086d897a68c54ffc4232bc429c616eb72465e6;hb=a10e74dc4717c2cc80d30f213c2be08e7cfb7ac4;hp=7e4e14745706027a31734c054fb1ec20827f849f;hpb=1eeb90f6bf381e10fcd8f0a04437883b443855d5;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 7e4e1474..a7086d89 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -183,7 +183,7 @@ def header(): - + Debian NEW and BYHAND Packages @@ -209,22 +209,22 @@ def header():
- corner image - corner image - corner image - corner image Debian NEW and BYHAND Packages @@ -240,16 +240,8 @@ def footer(): """ @@ -334,7 +326,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing print "" for close in closes: - print "#%s
" % (utils.html_escape(close), utils.html_escape(close)) + print "#%s
" % (utils.html_escape(close), utils.html_escape(close)) print "" row_number+=1