diff index.psp @ 34:b775179be3d4

RewriteRule for index.html and changed logo-link to "/" Changed Demoanwendung to Demoversion in contact.html Changed index.psp: don't remove word wrap
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 04 Mar 2014 15:45:51 +0100
parents 960c044010e5
children
line wrap: on
line diff
--- a/index.psp	Mon Mar 03 18:40:53 2014 +0100
+++ b/index.psp	Tue Mar 04 15:45:51 2014 +0100
@@ -19,7 +19,7 @@
 # END SETTINGS
 
 with open (tmpl, "r") as myfile:
-    template=myfile.read().replace('\n', '')
+    template=myfile.read()
 
 req.content_type = "text/html; charset=UTF-8"
 output = []
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)