"MDL-12843, add proper html id, thanks ken"

This commit is contained in:
dongsheng 2008-07-02 07:29:32 +00:00
parent db15d5d552
commit 394cc4a484

View file

@ -595,7 +595,7 @@ function forum_cron() {
foreach ($CFG->stylesheets as $stylesheet) {
$posthtml .= '<link rel="stylesheet" type="text/css" href="'.$stylesheet.'" />'."\n";
}
$posthtml .= "</head>\n<body>\n";
$posthtml .= "</head>\n<body id=\"email\">\n";
$posthtml .= '<p>'.get_string('digestmailheader', 'forum', $headerdata).'</p><br /><hr size="1" noshade="noshade" />';
foreach ($thesediscussions as $discussionid) {