X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=dak%2Fshow_new.py;h=64ea22874d0d36096e86f9b1c77c43444ce2bacd;hp=eff1116afe1dec1e14a60109aee8e35e6bba781d;hb=6f863f95e3d1bae18aa5579e958fd8a121b06545;hpb=c8182c171aa569945e899566fdf6492cfb166d71 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 ################################################################################