This commit is contained in:
Stefan Ritter 2012-02-23 19:27:16 +01:00
parent 828b7776d0
commit 18b03bad3a
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ else:
document_header("html") document_header("html")
print(ind + "<head>") print(ind + "<head>")
print(ind*2 + "<title>%s</title>" % blog_title) 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 charset=\"utf-8\" />")
print(ind*2 + "<meta http-equiv=\"content-type\" content=\"text/html; 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) print(ind*2 + "<meta name=\"keywords\" content=\"%s\" />" % keywords)