fix title in template too

This commit is contained in:
j 2013-05-31 22:26:04 +00:00
parent 3eb83567b5
commit 43792cd954

View file

@ -1220,7 +1220,7 @@ def item(request, id):
'data': data, 'data': data,
'clips': clips, 'clips': clips,
'icon': settings.CONFIG['user']['ui']['icons'] == 'frames' and 'icon' or 'poster', 'icon': settings.CONFIG['user']['ui']['icons'] == 'frames' and 'icon' or 'poster',
'title': item.get('title', ''), 'title': ox.decode_html(item.get('title', '')),
'description': item.get_item_description() 'description': item.get_item_description()
} }
if not settings.USE_IMDB: if not settings.USE_IMDB: