From f067d7d5896e2f18151baa1da4393eaaf546c2ee Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 18 May 2009 22:05:58 +0200 Subject: [PATCH] Added date container --- blogthon.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/blogthon.cgi b/blogthon.cgi index 03fc638..c9341a6 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -325,6 +325,7 @@ else: print '
' + title + '
' else: print '
' + title + '
' + print '
' + date + '
' print '
' for line in content: print ' ' + line.strip() + '
'