From ddd513b0581a39cf184757b2057b1ba3053eea7a Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 12 May 2005 19:45:55 +0000 Subject: [PATCH] # gesetzt, damit im html der header erscheint. verursacht andere probleme mit der nav*.asc (siehe trac) --- documents/mod_html_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
')