diff --git a/documents/mod_html_files.py b/documents/mod_html_files.py index 446619e..359c48b 100644 --- a/documents/mod_html_files.py +++ b/documents/mod_html_files.py @@ -55,7 +55,7 @@ try: content = string.replace(content,"Contents","Inhalt") #delete everything till tag - content = content[string.find(content,""):] + #content = content[string.find(content,""):] #put whole content into div tags content = string.replace(content,"",'\n
')