unnoetige zeile geloescht statt auskommentiert

This commit is contained in:
phil 2005-05-13 20:28:49 +00:00
parent fa62360f15
commit 63bfa37e2c

View file

@ -46,7 +46,6 @@ try:
content = string.replace(content,"Fußnoten","Fussnoten")
#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,"</HTML>",'<!-- end of main -->')