X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/54d34ece196890ca3688f8c1c0807e4e93710790..90c94238301b5d208461f810021e572a9b06e8e7:/forum/views/readers.py diff --git a/forum/views/readers.py b/forum/views/readers.py index 8e641bf..fbc0ed1 100644 --- a/forum/views/readers.py +++ b/forum/views/readers.py @@ -167,7 +167,7 @@ def question_list(request, initial, if req_params: req_params = '&' + req_params - feed_url = mark_safe(request.path + "?type=rss" + req_params) + feed_url = mark_safe(escape(request.path + "?type=rss" + req_params)) return pagination.paginated(request, ('questions', paginator_context or QuestionListPaginatorContext()), { "questions" : questions.distinct(),