Fixed CSS stylesheet link by removing http: prefix so it works with https as well.
authorGlen Shires <gshires@google.com>
Mon, 14 Jan 2013 11:21:04 -0800
changeset 59 30425d8596a1
parent 58 50d562a71556
child 60 fbf1109b95e3
Fixed CSS stylesheet link by removing http: prefix so it works with https as well.
speechapi.html
--- a/speechapi.html	Fri Dec 07 15:53:07 2012 -0800
+++ b/speechapi.html	Mon Jan 14 11:21:04 2013 -0800
@@ -334,7 +334,7 @@
       .category-list li > span, .category-list li > a { text-transform: lowercase; }
       .category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */
     </style>
-    <link href="http://www.w3.org/community/src/css/spec/cg-final.css" rel=stylesheet type="text/css">
+    <link href="//www.w3.org/community/src/css/spec/cg-final.css" rel=stylesheet type="text/css">
   </head>
 
   <body>