diff options
Diffstat (limited to 'pages/index/0.php')
-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 = ''; |