From f761993f39c998175218812fd66c28c54f086f3d Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 7 Mar 2011 13:50:28 +0100 Subject: Changes: * Add configuration to htaccess * Modify class of all entries link --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blogthon.cgi') diff --git a/blogthon.cgi b/blogthon.cgi index ed2ecb2..564459c 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -598,7 +598,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 tab*3 + "
%s
" % blog_locale[5] + print tab*3 + "
%s
" % blog_locale[5] print tab*2 + "" print "" -- cgit v1.2.3