diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-08-20 21:43:48 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-08-20 21:43:48 +0200 |
commit | cb81c2340d8816344d315539707988fabfd7f4d9 (patch) | |
tree | 2d4c5736dccab4a3e699caad8e519c783c8e59d6 /pages | |
parent | 1a1a0c72aa34679d6eac458b0be8fca084fec26c (diff) | |
download | cacert-devel-cb81c2340d8816344d315539707988fabfd7f4d9.tar.gz cacert-devel-cb81c2340d8816344d315539707988fabfd7f4d9.tar.xz cacert-devel-cb81c2340d8816344d315539707988fabfd7f4d9.zip |
bug 1190: force linebreaks to be visible on the frontpagebug-1190
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index/0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/0.php b/pages/index/0.php index c369635..b1359f6 100644 --- a/pages/index/0.php +++ b/pages/index/0.php @@ -62,7 +62,7 @@ $description = recode_string("UTF8..html", $description); printf("<h3><a href=\"%s\">%s</a></h3>\n", $link, $title); - printf("<p>%s</p>\n", $description); + printf("<p>%s</p>\n", nl2br($description)); $title = ''; $description = ''; |