X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_new.py;h=64ea22874d0d36096e86f9b1c77c43444ce2bacd;hb=519c1dbf89c13557afc15a429164616ac563d379;hp=eff1116afe1dec1e14a60109aee8e35e6bba781d;hpb=c8182c171aa569945e899566fdf6492cfb166d71;p=dak.git diff --git a/dak/show_new.py b/dak/show_new.py index eff1116a..64ea2287 100755 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -137,16 +137,7 @@ def html_header(name, missing): def html_footer(): result = """

Timestamp: %s (UTC)

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

- Valid HTML 4.01! - - Valid CSS! -

- - -""" + result += "" return result ################################################################################