diff options
Diffstat (limited to 'themes/default/views/movie.html.php')
| -rw-r--r-- | themes/default/views/movie.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/movie.html.php b/themes/default/views/movie.html.php index 2cd9806f..66c80ded 100644 --- a/themes/default/views/movie.html.php +++ b/themes/default/views/movie.html.php @@ -16,7 +16,7 @@ <div id="gInfo"> <h1><?= p::purify($item->title) ?></h1> - <div><?= p::purify($item->description) ?></div> + <div><?= nl2br(p::purify($item->description)) ?></div> </div> <script type="text/javascript"> |
