From 43792cd954542ae28400e53dc002a5a934d3dd88 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 31 May 2013 22:26:04 +0000 Subject: [PATCH] fix title in template too --- pandora/item/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/views.py b/pandora/item/views.py index aca133464..890c264c3 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -1220,7 +1220,7 @@ def item(request, id): 'data': data, 'clips': clips, '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() } if not settings.USE_IMDB: