Bugfix: a href without quotation

This commit is contained in:
Stefan Ritter 2010-06-11 16:24:24 +02:00
parent 1973659923
commit ffb2f07626
1 changed files with 1 additions and 1 deletions

View File

@ -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 ''