X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=XMLWriter.py;h=93ffe061d9f5fc80be6d23d810ec1b22c79f85e3;hb=9ef22c5512e1e437628c42eaaf607eca2cb6867c;hp=80031897e82597a7eb736c5cf0a7c13e8f6a1684;hpb=5086892f8520880ccb36a6c6b0c39fd08eb83ff9;p=planet-ucc.git diff --git a/XMLWriter.py b/XMLWriter.py index 8003189..93ffe06 100644 --- a/XMLWriter.py +++ b/XMLWriter.py @@ -127,6 +127,10 @@ class XHTMLWriter: output += open('sidebar.html').read() except: pass + output += '

Last Updated

\n' + output += '

\n' + output += '%s\n' % time.strftime('%A %B %d, %Y %H:%M', time.localtime()) + output += '

\n' if self.parent: output += '

Feeds

\n' output += '

\n'