# gesetzt, damit im html der header erscheint. verursacht andere probleme mit der nav*.asc

(siehe trac)
This commit is contained in:
phil 2005-05-12 19:45:55 +00:00
parent f82133035a
commit ddd513b058

View file

@ -55,7 +55,7 @@ try:
content = string.replace(content,"Contents","Inhalt")
#delete everything till <body> tag
content = content[string.find(content,"<BODY >"):]
#content = content[string.find(content,"<BODY >"):]
#put whole content into div tags
content = string.replace(content,"<BODY >",'<!-- main starts here -->\n<div id="main">')