--- a/ReSpec.js/js/respec.js Sat Jan 05 12:08:51 2013 -0500
+++ b/ReSpec.js/js/respec.js Wed Jan 09 08:58:34 2013 -0800
@@ -628,13 +628,13 @@
// }
var css;
if (statStyle == "unofficial") {
- css = "http://www.w3.org/StyleSheets/TR/w3c-unofficial";
+ css = "https://www.w3.org/StyleSheets/TR/w3c-unofficial";
}
else if (statStyle == "base") {
- css = "http://www.w3.org/StyleSheets/TR/base";
+ css = "https://www.w3.org/StyleSheets/TR/base";
}
else {
- css = "http://www.w3.org/StyleSheets/TR/W3C-" + statStyle;// + ".css";
+ css = "https://www.w3.org/StyleSheets/TR/W3C-" + statStyle;// + ".css";
}
this._insertCSS(css, false);
},