X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fshow_deferred.py;h=13ce3de615ad3c99ce6757f16f8b3a2bf2575804;hb=47cd096281f1cc36dfe9818ef1fbae8d02f6ada6;hp=a76fd389ea8ef484feba22ff99ef35c1c5356291;hpb=c8182c171aa569945e899566fdf6492cfb166d71;p=dak.git diff --git a/dak/show_deferred.py b/dak/show_deferred.py index a76fd389..13ce3de6 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -87,12 +87,6 @@ def header(): def footer(): res = "

Timestamp: %s (UTC)

" % (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())) res += "

There are graphs about the queues available.

" - res += """ - Valid HTML 4.01! - - Valid CSS! - """ res += "" return res.encode('utf-8')