diff options
| author | Mark Otto <[email protected]> | 2012-02-27 18:48:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 18:48:28 -0800 |
| commit | 1fbe0bb290e560ebd18d39dc448f0bcebd2ea72a (patch) | |
| tree | 39923b3e0e84ebd7f997904ea243ca45f69d0f90 | |
| parent | d743b4b8812244de56dd36192d489feb260d14ba (diff) | |
| download | bootstrap-1fbe0bb290e560ebd18d39dc448f0bcebd2ea72a.tar.xz bootstrap-1fbe0bb290e560ebd18d39dc448f0bcebd2ea72a.zip | |
really add protocol to examples
| -rw-r--r-- | fluid.html | 2 | ||||
| -rw-r--r-- | hero.html | 2 | ||||
| -rw-r--r-- | starter-template.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fluid.html b/fluid.html index 3c7059f9d..f65ea219a 100644 --- a/fluid.html +++ b/fluid.html @@ -22,7 +22,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> @@ -19,7 +19,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> diff --git a/starter-template.html b/starter-template.html index 31cc57cf8..cd026c31c 100644 --- a/starter-template.html +++ b/starter-template.html @@ -18,7 +18,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> |
