mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fixes #4737 Removal of type="text/javascript" and type="text/css"
This commit is contained in:
@@ -1171,7 +1171,7 @@ function js_location($qry)
|
||||
exit;
|
||||
}
|
||||
|
||||
echo "<script type='text/javascript'>document.location.href='{$qry}'</script>\n";
|
||||
echo "<script>document.location.href='{$qry}'</script>\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user