Last Bugfix (i hope)

This commit is contained in:
Stefan Ritter 2009-05-18 21:50:07 +02:00
parent 6cbd67cdb9
commit a23cc7c913
1 changed files with 3 additions and 0 deletions

View File

@ -303,6 +303,8 @@ else:
print ' <div class="entry_border_right"></div>' print ' <div class="entry_border_right"></div>'
print ' <div class="entry_border_top"></div>' print ' <div class="entry_border_top"></div>'
print ' <div class="entry_border_bottom"></div>' print ' <div class="entry_border_bottom"></div>'
print ' </div>'
print ''
content.close() content.close()
# Entry # Entry
else: else:
@ -372,6 +374,7 @@ else:
print ' <br /><label for="cquiz">' + str(random_int_a) + '+' + str(random_int_b) + '=</label><input type="text" id="cquiz" name="cquiz" />' print ' <br /><label for="cquiz">' + str(random_int_a) + '+' + str(random_int_b) + '=</label><input type="text" id="cquiz" name="cquiz" />'
print ' <br /><input type="submit" id="submit" value="post comment" />' print ' <br /><input type="submit" id="submit" value="post comment" />'
print ' </form>' print ' </form>'
print ''
if comments == "True": if comments == "True":
comments_file = glob.glob(entries_dir + title + '.comments') comments_file = glob.glob(entries_dir + title + '.comments')