From b964989fcef583532980956bb119782d3f95b64b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 3 Mar 2009 13:53:31 +0100 Subject: Restructured code for displaying commentlinks --- blogthon.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 4ca86e9..dc34572 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -140,7 +140,10 @@ else: # Show regular entry for line in content: print ' ' + line.strip() + '
' if comments == "True": - print '

' + print '
' + print ' ' + print '

' + print '

' print '

' content.close() -- cgit v1.2.3