**enthält**, dann muss die Datei utf8-codiert sein und der Text
muss in unicode verwandelt werden (unicode(foo)).
- """)
- from creoleparser import text2html
- ?>
+ """.encode("utf-8")
+ content01 = text2html(content01, encoding=None)
+ ?>
@@ -23,12 +25,12 @@
${title}
-
-
- ${Markup(text2html(content01))}
-
- ${poll_new_small()}
-
+
+
+ ${Markup(content01)}
+
+ ${poll_new_small()}
+