From: moodler Date: Tue, 3 Jun 2003 03:23:29 +0000 (+0000) Subject: Strip tags from Window title X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=54c1a20cba7c5a06e12cf8c8c10b4ca9ef686adf;p=moodle.git Strip tags from Window title --- diff --git a/index.php b/index.php index 0ca2777f0c..12e4d56c0a 100644 --- a/index.php +++ b/index.php @@ -30,7 +30,7 @@ $langmenu = popup_form ("$CFG->wwwroot/?lang=", $langs, "chooselang", $currlang, "", "", "", true); } - print_header("$site->fullname", "$site->fullname", "home", "", + print_header(strip_tags($site->fullname), "$site->fullname", "home", "", "summary))."\">", true, "", "
$loginstring$langmenu
");