diff options
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 30448e7..7a1b654 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>Tags:</b> %s</div>" % tagline) + print(ind*4 + "<div class=\"tags\"><b>%s</b> %s</div>" % (blog_locale[11], tagline)) else: content.seek(0) |