dont double encode title

This commit is contained in:
j 2014-01-11 10:31:54 +00:00
parent c1469b7097
commit 380852f77f
1 changed files with 1 additions and 0 deletions

View File

@ -1274,6 +1274,7 @@ def item(request, id):
head_title += u' %s' % item.get('year')
if view:
head_title += u' %s' % view
head_title = ox.decode_html(head_title)
ctx = {
'current_url': request.build_absolute_uri(request.get_full_path()),
'base_url': request.build_absolute_uri('/'),