unnoetige zeile geloescht statt auskommentiert
This commit is contained in:
parent
fa62360f15
commit
63bfa37e2c
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ try:
|
||||||
content = string.replace(content,"Fußnoten","Fussnoten")
|
content = string.replace(content,"Fußnoten","Fussnoten")
|
||||||
|
|
||||||
#put whole content into div tags
|
#put whole content into div tags
|
||||||
#content = string.replace(content,"<BODY >",'<BODY>\n<!-- main starts here -->\n<div id="main">')
|
|
||||||
content = string.replace(content,"</BODY>",'</div>')
|
content = string.replace(content,"</BODY>",'</div>')
|
||||||
content = string.replace(content,"</HTML>",'<!-- end of main -->')
|
content = string.replace(content,"</HTML>",'<!-- end of main -->')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue