]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update redirect.html
authorXhmikosR <xhmikosr@gmail.com>
Thu, 17 Aug 2017 10:09:22 +0000 (13:09 +0300)
committerMark Otto <markd.otto@gmail.com>
Sun, 20 Aug 2017 18:31:30 +0000 (11:31 -0700)
_layouts/redirect.html

index b3184e40c920581cd36d5efc7781d3dbc4f0b7d2..46bd6a270eb746e022d6686878422c6b72542ce6 100644 (file)
@@ -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>