Bugfix
This commit is contained in:
parent
828b7776d0
commit
18b03bad3a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user