diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-01-27 18:40:35 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-01-27 18:40:35 +0100 |
commit | e26061ca264c1afa09749feddc3dcc3f1242b86e (patch) | |
tree | 7335931bfbe931634849ec2a670883cf57edbb12 /blogthon.cgi | |
parent | fcb1f954e41779e09613bf8306f40e0b158e1605 (diff) |
Forgot a ":"
Diffstat (limited to '')
-rwxr-xr-x | blogthon.cgi | 2 |
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) |