Fixed CSS stylesheet link by removing http: prefix so it works with https as well.
authorGlen Shires <gshires@google.com>
Mon, 04 Feb 2013 22:39:33 -0800
changeset 62 f6d8e77b6c56
parent 61 58e2afd5d423
child 63 28f4291bfb17
Fixed CSS stylesheet link by removing http: prefix so it works with https as well.
speechapi-errata.html
--- a/speechapi-errata.html	Mon Feb 04 22:25:22 2013 -0800
+++ b/speechapi-errata.html	Mon Feb 04 22:39:33 2013 -0800
@@ -3,7 +3,7 @@
  <head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"/>
   <title>Errata in the Web Speech API Specification</title>
   <link rel="stylesheet" type="text/css"
-  href="http://www.w3.org/StyleSheets/TR/base.css" />
+  href="//www.w3.org/StyleSheets/TR/base.css" />
  </head>
  <body><p><a href="http://www.w3.org/"><img border="0" align="left" src="http://www.w3.org/Icons/w3c_home.gif" hspace="0" alt="W3C"/></a></p><br clear="all"/>
   <h1 align="center">Errata in the Web Speech API Specification</h1>