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":