aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-06-11 16:24:24 +0200
committerStefan Ritter <xeno@thehappy.de>2010-06-11 16:24:24 +0200
commitffb2f0762643185141800e0cfb0650fb0ae7358b (patch)
treee99ebd0847e41b5f6e340beb98b74aa6b9fa2b14
parent197365992315409daed3768188606320781961c9 (diff)
Bugfix: a href without quotation
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index 26296ae..00e5138 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -601,7 +601,7 @@ else:
entry_counter += 1
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 ''