[Mpuls-commits] r2885 - wasko/branches/1.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jun 4 13:11:23 CEST 2010
Author: roland
Date: 2010-06-04 13:11:23 +0200 (Fri, 04 Jun 2010)
New Revision: 2885
Modified:
wasko/branches/1.0/waskaweb/lib/helpers.py
Log:
fix UTF-8 problem
Modified: wasko/branches/1.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/1.0/waskaweb/lib/helpers.py 2010-06-04 11:10:54 UTC (rev 2884)
+++ wasko/branches/1.0/waskaweb/lib/helpers.py 2010-06-04 11:11:23 UTC (rev 2885)
@@ -57,7 +57,7 @@
def get_validity_name(tags):
if 4 in tags: return 'ESF-Berichterstattung'
- if 3 in tags: return 'Grundsätzlich auswertbar'
+ if 3 in tags: return 'Grundsätzlich auswertbar'
else: return 'Nicht auswertbar'
def get_adele_name(id=None):
More information about the Mpuls-commits
mailing list