From 54c1a20cba7c5a06e12cf8c8c10b4ca9ef686adf Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 3 Jun 2003 03:23:29 +0000 Subject: [PATCH] Strip tags from Window title --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
"); -- 2.39.5