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 /starter-template.html | |
| parent | d743b4b8812244de56dd36192d489feb260d14ba (diff) | |
| download | bootstrap-1fbe0bb290e560ebd18d39dc448f0bcebd2ea72a.tar.xz bootstrap-1fbe0bb290e560ebd18d39dc448f0bcebd2ea72a.zip | |
really add protocol to examples
Diffstat (limited to 'starter-template.html')
| -rw-r--r-- | starter-template.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |
