From 2a6c2386324c1a7fb6901fc0ff82d43070447a1b Mon Sep 17 00:00:00 2001 From: bas-t Date: Mon, 25 Mar 2013 13:32:50 -0700 Subject: [PATCH] Fixes an issue when the subtitle has a newline. Signed-off-by: Rob Smith --- modules/tv/tmpl/default/recorded.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tv/tmpl/default/recorded.php b/modules/tv/tmpl/default/recorded.php index 203d4da4b..d1febd96f 100644 --- a/modules/tv/tmpl/default/recorded.php +++ b/modules/tv/tmpl/default/recorded.php @@ -297,7 +297,7 @@ ?> file = new Object(); file.title = 'title) ?>'; - file.subtitle = 'subtitle) ?>'; + file.subtitle = 'subtitle))) ?>'; file.chanid = 'chanid) ?>'; file.starttime = 'recstartts) ?>'; file.recgroup = 'recgroup))) ?>';