# gesetzt, damit im html der header erscheint. verursacht andere probleme mit der nav*.asc
(siehe trac)
This commit is contained in:
parent
f82133035a
commit
ddd513b058
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ try:
|
||||||
content = string.replace(content,"Contents","Inhalt")
|
content = string.replace(content,"Contents","Inhalt")
|
||||||
|
|
||||||
#delete everything till <body> tag
|
#delete everything till <body> tag
|
||||||
content = content[string.find(content,"<BODY >"):]
|
#content = content[string.find(content,"<BODY >"):]
|
||||||
|
|
||||||
#put whole content into div tags
|
#put whole content into div tags
|
||||||
content = string.replace(content,"<BODY >",'<!-- main starts here -->\n<div id="main">')
|
content = string.replace(content,"<BODY >",'<!-- main starts here -->\n<div id="main">')
|
||||||
|
|
Loading…
Reference in a new issue