diff --git a/documents/mod_html_files.py b/documents/mod_html_files.py index c3f67f1..a955f5e 100644 --- a/documents/mod_html_files.py +++ b/documents/mod_html_files.py @@ -46,7 +46,6 @@ try: content = string.replace(content,"Fußnoten","Fussnoten") #put whole content into div tags - #content = string.replace(content,"",'\n\n
') content = string.replace(content,"",'
') content = string.replace(content,"",'')