mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
Remove quotes from title - these can cause the stylesheet to not load
properly on Internet Explorer.
This commit is contained in:
parent
55dd77620e
commit
2eea2ccedc
@ -839,6 +839,8 @@ function print_header ($title="", $heading="", $navigation="", $focus="", $meta=
|
||||
$direction = " xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"$currentlanguage\" $direction";
|
||||
}
|
||||
|
||||
$title = str_replace('"', '"', $title);
|
||||
|
||||
include ("$CFG->dirroot/theme/$CFG->theme/header.html");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user