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:
authorMark Otto <markotto@twitter.com>2012-02-12 23:08:33 +0400
committerMark Otto <markotto@twitter.com>2012-02-12 23:08:33 +0400
commita72ef967ba7e4870fb1d737dedf8bf8a10ae6587 (patch)
tree98ed30b808066432d10be1b66df1ead7491572d0 /docs/examples.html
parent2eedf60d6284f8eef256999d2a59dd18bcbd2b2a (diff)
re-add protocol to the shim
Diffstat (limited to 'docs/examples.html')
-rw-r--r--docs/examples.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples.html b/docs/examples.html
index aabd65b46f..2235c527c1 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -7,17 +7,17 @@
<meta name="description" content="">
<meta name="author" content="">
+ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+ <!--[if lt IE 9]>
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
- <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
- <!--[if lt IE 9]>
- <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
-
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="assets/ico/apple-touch-icon.png">