Merge branch 'm22_MDL-35472' of git://github.com/totara/moodle into MOODLE_22_STABLE

This commit is contained in:
Sam Hemelryk
2012-10-02 11:10:13 +13:00
+1
View File
@@ -918,6 +918,7 @@ class moodle_page {
*/
public function set_title($title) {
$title = format_string($title);
$title = strip_tags($title);
$title = str_replace('"', '"', $title);
$this->_title = $title;
}