summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/config/app.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/config/app.cfg')
-rw-r--r--funcweb/funcweb/config/app.cfg10
1 files changed, 1 insertions, 9 deletions
diff --git a/funcweb/funcweb/config/app.cfg b/funcweb/funcweb/config/app.cfg
index 5734a78..24e0807 100644
--- a/funcweb/funcweb/config/app.cfg
+++ b/funcweb/funcweb/config/app.cfg
@@ -10,15 +10,7 @@
# which view (template engine) to use if one is not specified in the
# template name
-# tg.defaultview = "kid"
-
-# The following kid settings determine the settings used by the kid serializer.
-
-# Kid output method (e.g. html, html-strict, xhtml, xhtml-strict, xml, json)
-# and formatting (e.g. default, straight, compact, newlines, wrap, nice)
-# kid.outputformat="html default"
-
-# kid.encoding="utf-8"
+tg.defaultview = "genshi"
# The sitetemplate is used for overall styling of a site that
# includes multiple TurboGears applications