MSE - Fix https in stylesheet and logo urls to make PubRules happy.
authorAaron Colwell <acolwell@google.com>
Fri, 26 Jul 2013 09:33:46 -0700
changeset 145 da10a47a2129
parent 144 b5e417bda8f8
child 146 77002566f10b
MSE - Fix https in stylesheet and logo urls to make PubRules happy.
media-source/media-source-lc.html
--- a/media-source/media-source-lc.html	Fri Jul 26 08:57:16 2013 -0700
+++ b/media-source/media-source-lc.html	Fri Jul 26 09:33:46 2013 -0700
@@ -423,11 +423,11 @@
     border-collapse:    collapse;
     width:  100%;
 }
-</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-WD"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
+</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD"><!--[if lt IE 9]><script src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
   <body><div class="head">
   <p>
     
-      <a href="http://www.w3.org/"><img width="72" height="48" src="https://www.w3.org/Icons/w3c_home" alt="W3C"></a>
+      <a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a>
     
   </p>
   <h1 class="title" id="title">Media Source Extensions</h1>