aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-01-27 18:40:35 +0100
committerStefan Ritter <xeno@thehappy.de>2012-01-27 18:40:35 +0100
commite26061ca264c1afa09749feddc3dcc3f1242b86e (patch)
tree7335931bfbe931634849ec2a670883cf57edbb12
parentfcb1f954e41779e09613bf8306f40e0b158e1605 (diff)
Forgot a ":"
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
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 += "<a href=\"%s?t=%s\">%s</a> " % (blog_url, tag, tag)
if tags == "True":
- print(ind*4 + "<div class=\"tags\"><b>%s</b> %s</div>" % (blog_locale[11], tagline))
+ print(ind*4 + "<div class=\"tags\"><b>%s:</b> %s</div>" % (blog_locale[11], tagline))
else:
content.seek(0)