Bugfix when comments=false (thanks to talynrae for reporting)
This commit is contained in:
parent
b00a72fb3d
commit
ac19e12ada
@ -507,6 +507,9 @@ else:
|
|||||||
print ' </div>'
|
print ' </div>'
|
||||||
print ''
|
print ''
|
||||||
comments_content.close()
|
comments_content.close()
|
||||||
|
else:
|
||||||
|
print ' </div>'
|
||||||
|
print ''
|
||||||
|
|
||||||
content.close()
|
content.close()
|
||||||
entry_counter += 1
|
entry_counter += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user