diff options
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 273b8a4e..65ea3381 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -3,7 +3,7 @@ <div id="gInfo"> <?= $theme->album_top() ?> <h1><?= p::purify($item->title) ?></h1> - <div class="gDescription"><?= p::purify($item->description) ?></div> + <div class="gDescription"><?= nl2br(p::purify($item->description)) ?></div> </div> <ul id="gAlbumGrid"> |
