From 0fc4251cc4b4dd8b66784b9a3861e9d5c60b2ce7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Jan 2006 20:41:13 +0000 Subject: [PATCH] r738: nl2br() the topic body --- help.php | 1 + 1 file changed, 1 insertion(+) diff --git a/help.php b/help.php index 92cdaaa..dbf9dd5 100644 --- a/help.php +++ b/help.php @@ -26,6 +26,7 @@ if (!$bugsys->in['topic'] OR !isset($bugsys->datastore['help'][ $bugsys->in['top else { $topic = $bugsys->datastore['help'][ $bugsys->in['topic'] ]; + $topic['body'] = nl2br($topic['body']); } eval('$template->flush("' . $template->fetch('help_window') . '");'); -- 2.22.5