]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-12843, add proper html id, thanks ken"
authordongsheng <dongsheng>
Wed, 2 Jul 2008 07:34:52 +0000 (07:34 +0000)
committerdongsheng <dongsheng>
Wed, 2 Jul 2008 07:34:52 +0000 (07:34 +0000)
mod/forum/lib.php

index 0e79c1896a4d6a73f0e848f7cf8f60d4d5c2dbcd..246165ba60cb4b8cea381e5212f2b94944572bc5 100644 (file)
@@ -623,7 +623,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) {