Skip to content

Commit

Permalink
Merge pull request #10757 from coliff/patch-1
Browse files Browse the repository at this point in the history
remove  type="text/javascript" from index.html
  • Loading branch information
rullzer authored Oct 2, 2018
2 parents 3aa3fb4 + 869a674 commit c2ef47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<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">
</head>
</html>

0 comments on commit c2ef47e

Please sign in to comment.