add line breaks to video description SE4 video plugin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to add line breaks to video description SE4 video plugin

    there are no line breaks in the video description on the show video page,
    here is a small fix.
    find:
    PHP Code:
    <?php echo $this->video->description;?>
    and replace with:
    PHP Code:
    <?php echo nl2br($this->video->description);?>
    Done
    Advertise your mobile site for FREE with AdTwirl

Working...
X