From 449b1c1ab2ee79e7b7ce822d8ceede3c0da4ff1b Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 2 Jul 2008 07:34:52 +0000 Subject: [PATCH] "MDL-12843, add proper html id, thanks ken" --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 0e79c1896a..246165ba60 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -623,7 +623,7 @@ function forum_cron() { foreach ($CFG->stylesheets as $stylesheet) { $posthtml .= ''."\n"; } - $posthtml .= "\n\n"; + $posthtml .= "\n\n"; $posthtml .= '

'.get_string('digestmailheader', 'forum', $headerdata).'



'; foreach ($thesediscussions as $discussionid) { -- 2.39.5