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