Merge pull request #10757 from coliff/patch-1
remove type="text/javascript" from index.html
This commit is contained in:
commit
c2ef47ee13
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript"> window.location.href="index.php"; </script>
|
<script> window.location.href="index.php"; </script>
|
||||||
<meta http-equiv="refresh" content="0; URL=index.php">
|
<meta http-equiv="refresh" content="0; URL=index.php">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue