]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/feed.py
no need to force unicode here, and its causing errors in some feeds
[osqa.git] / forum / feed.py
index 7bf72072d6ada3546fe3a4e2d037357c159df307..042f042ce650f1292e296bf84b0a506920f51137 100644 (file)
@@ -25,7 +25,7 @@ class BaseNodeFeed(Feed):
 
     def __init__(self, request, title, description, url):
         self._title = title
-        self._description = mark_safe(unicode(description))
+        self._description = mark_safe(description)
         self._url = url
 
         if old_version: