fix title in template too
This commit is contained in:
parent
3eb83567b5
commit
43792cd954
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue