fixed example in examples from pull-request, thanks tpng

This commit is contained in:
mdipierro
2012-12-14 14:28:31 -06:00
parent 9354417f76
commit 1a5a974c06
3 changed files with 4 additions and 3 deletions
@@ -1,3 +1,4 @@
def hello1():
""" simple page without template """
@@ -99,7 +100,7 @@ def rss_aggregator():
pubDate=datetime.datetime.now()) for entry in
d.entries])
response.headers['Content-Type'] = 'application/rss+xml'
return rss2.dumps(rss)
return rss.to_xml(encoding='utf-8')
def ajaxwiki():