diff --git a/templates/html.tpl.php b/templates/html.tpl.php
index 65578a7..9d5c8ba 100755
--- a/templates/html.tpl.php
+++ b/templates/html.tpl.php
@@ -9,7 +9,7 @@
   <?php print $scripts; ?>
   <!-- HTML5 element support for IE6-8 -->
   <!--[if lt IE 9]>
-    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 </head>
 <body class="<?php print $classes; ?>" <?php print $attributes;?>>
