Skip to content

Commit

Permalink
"MDL-12843, add proper html id, thanks ken"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Jul 2, 2008
1 parent db15d5d commit 394cc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Expand Up @@ -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) {
Expand Down

0 comments on commit 394cc4a

Please sign in to comment.