diff --git a/modules/tv/tmpl/default/recorded.php b/modules/tv/tmpl/default/recorded.php
index 203d4da..d1febd9 100644
|
a
|
b
|
EOM;
|
| 297 | 297 | ?> |
| 298 | 298 | file = new Object(); |
| 299 | 299 | file.title = '<?php echo addslashes($show->title) ?>'; |
| 300 | | file.subtitle = '<?php echo addslashes($show->subtitle) ?>'; |
| | 300 | file.subtitle = '<?php echo str_replace("\n", '', nl2br(addslashes($show->subtitle))) ?>'; |
| 301 | 301 | file.chanid = '<?php echo addslashes($show->chanid) ?>'; |
| 302 | 302 | file.starttime = '<?php echo addslashes($show->recstartts) ?>'; |
| 303 | 303 | file.recgroup = '<?php echo addslashes(str_replace('%2F', '/', rawurlencode($show->recgroup))) ?>'; |