diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-05-18 21:50:07 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-05-18 21:50:07 +0200 |
commit | a23cc7c913b50f8fa3d5d735fe4c1a99fcf82e09 (patch) | |
tree | 5c695b71ecece0c63f4090db4f2eedf11423dff9 /blogthon.cgi | |
parent | 6cbd67cdb923d5f69270589ff7a34b9e63ca9072 (diff) |
Last Bugfix (i hope)
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index a70811a..03fc638 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -303,6 +303,8 @@ else: print ' <div class="entry_border_right"></div>' print ' <div class="entry_border_top"></div>' print ' <div class="entry_border_bottom"></div>' + print ' </div>' + print '' content.close() # Entry 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 /><input type="submit" id="submit" value="post comment" />' print ' </form>' + print '' if comments == "True": comments_file = glob.glob(entries_dir + title + '.comments') |