X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/27f154b1d8b8d74a3a4876167e74e28414a25425..9aff9f20a59714803bae4c4741cc52995eff2a3a:/forum/feed.py diff --git a/forum/feed.py b/forum/feed.py index 7bf7207..042f042 100644 --- a/forum/feed.py +++ b/forum/feed.py @@ -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: