forked from 0x2620/pandora
dont double encode title
This commit is contained in:
parent
c1469b7097
commit
380852f77f
1 changed files with 1 additions and 0 deletions
|
@ -1274,6 +1274,7 @@ def item(request, id):
|
||||||
head_title += u' %s' % item.get('year')
|
head_title += u' %s' % item.get('year')
|
||||||
if view:
|
if view:
|
||||||
head_title += u' – %s' % view
|
head_title += u' – %s' % view
|
||||||
|
head_title = ox.decode_html(head_title)
|
||||||
ctx = {
|
ctx = {
|
||||||
'current_url': request.build_absolute_uri(request.get_full_path()),
|
'current_url': request.build_absolute_uri(request.get_full_path()),
|
||||||
'base_url': request.build_absolute_uri('/'),
|
'base_url': request.build_absolute_uri('/'),
|
||||||
|
|
Loading…
Reference in a new issue