Last Bugfix (i hope)
This commit is contained in:
parent
6cbd67cdb9
commit
a23cc7c913
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user