mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
"MDL-12843, add proper html id, thanks ken"
This commit is contained in:
parent
db15d5d552
commit
394cc4a484
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue