From: dongsheng Date: Wed, 2 Jul 2008 07:34:52 +0000 (+0000) Subject: "MDL-12843, add proper html id, thanks ken" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=449b1c1ab2ee79e7b7ce822d8ceede3c0da4ff1b;p=moodle.git "MDL-12843, add proper html id, thanks ken" --- 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) {