From 44b517e5b4bd7b7be292614323047c12f26114dd Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 9 Mar 2009 18:20:48 +0100 Subject: [PATCH] Several XHTML fixes --- blogthon.cgi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blogthon.cgi b/blogthon.cgi index 930ab49..2acc7f5 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -187,7 +187,7 @@ else: # Show regular entry comments_file = glob.glob(entries_dir + title + '.comments') if post_display: if comments_file: - print '

' + print '

' comments_file = glob.glob(entries_dir + title + '.comments') comments_content = open(comments_file[0], "r") for line in comments_content: @@ -203,11 +203,11 @@ else: # Show regular entry # Form for adding comments print '


' - print '
' - print ' ' - print ' ' - print '
' - print '
' + print ' ' + print ' ' + print ' ' + print '
' + print '
' print '
' if comments == "True":