From ffb2f0762643185141800e0cfb0650fb0ae7358b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 11 Jun 2010 16:24:24 +0200 Subject: Bugfix: a href without quotation --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '
' + blog_locale[5] + '
' + print '
' + blog_locale[5] + '
' print ' ' print '' -- cgit v1.2.3