Bugfix: a href without quotation
This commit is contained in:
parent
1973659923
commit
ffb2f07626
@ -601,7 +601,7 @@ else:
|
|||||||
entry_counter += 1
|
entry_counter += 1
|
||||||
|
|
||||||
if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist
|
if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist
|
||||||
print ' <div class="entry"><a href=?a=1>' + blog_locale[5] + '</a></div>'
|
print ' <div class="entry"><a href="?a=1">' + blog_locale[5] + '</a></div>'
|
||||||
|
|
||||||
print ' </div>'
|
print ' </div>'
|
||||||
print ''
|
print ''
|
||||||
|
Loading…
Reference in New Issue
Block a user