diff options
Diffstat (limited to 'themes/default/views/photo.html.php')
| -rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index dc3a9dfd..bf4d9da3 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -51,7 +51,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"> |
