no reason for the url to be Markup

This commit is contained in:
Jeff Balogh 2010-05-06 11:02:34 -07:00
Родитель ea89f672f6
Коммит 55786b7f1c
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -51,5 +51,4 @@ def remora_url(context, url, lang=None, app=None, prefix=''):
app = context['APP'].short
except AttributeError, KeyError:
pass
return jinja2.Markup(remora_urlresolver(
url=url, lang=lang, app=app, prefix=prefix))
return remora_urlresolver(url=url, lang=lang, app=app, prefix=prefix)