diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-02-23 19:27:16 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-02-23 19:27:16 +0100 |
commit | 18b03bad3a4e3cb7f24ccd3ed7a1f8f5de8b7c57 (patch) | |
tree | f2854f1d5d9235aba68f93f584c6196207895a5f | |
parent | 828b7776d00224459b1c0bb42fce38a49137d5a1 (diff) |
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 + "<head>") print(ind*2 + "<title>%s</title>" % blog_title) - print(ind*2 + "<base href=\"+s\" />" % blog_url) + print(ind*2 + "<base href=\"%s\" />" % blog_url) print(ind*2 + "<meta charset=\"utf-8\" />") print(ind*2 + "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />") print(ind*2 + "<meta name=\"keywords\" content=\"%s\" />" % keywords) |