diff --git a/omega/templates/html.tpl.php b/omega/templates/html.tpl.php
index d08b2a3..44df9f4 100644
--- a/omega/templates/html.tpl.php
+++ b/omega/templates/html.tpl.php
@@ -5,7 +5,7 @@
   <title><?php print $head_title; ?></title>  
   <?php print $styles; ?>
   <?php print $scripts; ?>
-  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+  <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 </head>
 <body<?php print $attributes;?>>
   <div id="skip-link">
@@ -15,4 +15,4 @@
   <?php print $page; ?>
   <?php print $page_bottom; ?>
 </body>
-</html>
\ No newline at end of file
+</html>
