comparison 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
comparison
equal deleted inserted replaced
33:86216e9d75b1 34:b775179be3d4
17 ocacity50 = 10 17 ocacity50 = 10
18 18
19 # END SETTINGS 19 # END SETTINGS
20 20
21 with open (tmpl, "r") as myfile: 21 with open (tmpl, "r") as myfile:
22 template=myfile.read().replace('\n', '') 22 template=myfile.read()
23 23
24 req.content_type = "text/html; charset=UTF-8" 24 req.content_type = "text/html; charset=UTF-8"
25 output = [] 25 output = []
26 26
27 postcount = 1 27 postcount = 1
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)