aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-08-17 13:09:22 +0300
committerMark Otto <[email protected]>2017-08-20 11:31:30 -0700
commitf67805c6c0167e5e614e4286e88ac592556d79c7 (patch)
tree0948b7f27de459656563d6f2056e48b8f83508f2
parentfd8c052c67a0ac3682a4191d0b826ce6c001581f (diff)
downloadbootstrap-f67805c6c0167e5e614e4286e88ac592556d79c7.tar.xz
bootstrap-f67805c6c0167e5e614e4286e88ac592556d79c7.zip
Update redirect.html
-rw-r--r--_layouts/redirect.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
index b3184e40c..46bd6a270 100644
--- a/_layouts/redirect.html
+++ b/_layouts/redirect.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
-<html lang="en-US">
+<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap - Content moved</title>
<link rel="canonical" href="{{ page.redirect.to }}">
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
@@ -31,6 +32,6 @@
<body>
<h1>Redirecting…</h1>
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
- <script>location="{{ page.redirect.to }}"</script>
+ <script>window.location="{{ page.redirect.to }}";</script>
</body>
</html>