From 18b03bad3a4e3cb7f24ccd3ed7a1f8f5de8b7c57 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 23 Feb 2012 19:27:16 +0100 Subject: Bugfix --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 87c9eba..e205bc3 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -457,7 +457,7 @@ else: document_header("html") print(ind + "") print(ind*2 + "%s" % blog_title) - print(ind*2 + "" % blog_url) + print(ind*2 + "" % blog_url) print(ind*2 + "") print(ind*2 + "") print(ind*2 + "" % keywords) -- cgit v1.2.3