From e26061ca264c1afa09749feddc3dcc3f1242b86e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 27 Jan 2012 18:40:35 +0100 Subject: Forgot a ":" --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 7a1b654..a9dab8e 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -680,7 +680,7 @@ else: for tag in tagline_items: tagline += "%s " % (blog_url, tag, tag) if tags == "True": - print(ind*4 + "
%s %s
" % (blog_locale[11], tagline)) + print(ind*4 + "
%s: %s
" % (blog_locale[11], tagline)) else: content.seek(0) -- cgit v1.2.3