Make rendering work with https so Chrome stops being a pain.
authorSilvia Pfeiffer
Mon, 04 Feb 2013 11:46:56 +1100
changeset 52 580a3e4c4f7f
parent 51 f11322440708
child 53 fb5e173ebd94
Make rendering work with https so Chrome stops being a pain.
608toVTT/608toVTT.html
--- a/608toVTT/608toVTT.html	Tue Jan 22 18:47:55 2013 +1100
+++ b/608toVTT/608toVTT.html	Mon Feb 04 11:46:56 2013 +1100
@@ -9,7 +9,7 @@
       out in the same tree and use relative links so that they'll work offline,
      -->
     <!-- old but local: <script src='../../2009/dap/ReSpec.js/js/respec.js' class='remove'></script> -->
-    <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+    <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
     <script class='remove'>
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.