Ticket #11354: mythweb.diff

File mythweb.diff, 811 bytes (added by bas-t@…, 11 years ago)

The needed diff, according to Martin van Es

  • modules/tv/tmpl/default/recorded.php

    diff --git a/modules/tv/tmpl/default/recorded.php b/modules/tv/tmpl/default/recorded.php
    index 203d4da..d1febd9 100644
    a b EOM; 
    297297?>
    298298    file = new Object();
    299299    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)))               ?>';
    301301    file.chanid     = '<?php echo addslashes($show->chanid)                 ?>';
    302302    file.starttime  = '<?php echo addslashes($show->recstartts)             ?>';
    303303    file.recgroup   = '<?php echo addslashes(str_replace('%2F', '/', rawurlencode($show->recgroup)))    ?>';