Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-08-17 13:09:22 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-20 21:31:30 +0300
commitf67805c6c0167e5e614e4286e88ac592556d79c7 (patch)
tree0948b7f27de459656563d6f2056e48b8f83508f2 /_layouts
parentfd8c052c67a0ac3682a4191d0b826ce6c001581f (diff)
Update redirect.html
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/redirect.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
index b3184e40c9..46bd6a270e 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>