@@ -634,7 +634,7 @@ berjon.respec.prototype = {
634634 css = "https://www.w3.org/StyleSheets/TR/base" ;
635635 }
636636 else {
637- css = "http ://www.w3.org/StyleSheets/TR/W3C-" + statStyle ; // + ".css";
637+ css = "https ://www.w3.org/StyleSheets/TR/W3C-" + statStyle ; // + ".css";
638638 }
639639 this . _insertCSS ( css , false ) ;
640640 } ,
@@ -776,7 +776,7 @@ berjon.respec.prototype = {
776776 latestVersion = base + this . shortName ,
777777 thisVersion = latestVersion + "-" + this . _concatDate ( this . publishDate , "-" ) ,
778778 header = "<div class='head'><p>" +
779- "<a href='http://www.w3.org/'><img width='72' height='48' src='http ://www.w3.org/Icons/w3c_home' alt='W3C'/></a>" ;
779+ "<a href='http://www.w3.org/'><img width='72' height='48' src='https ://www.w3.org/Icons/w3c_home' alt='W3C'/></a>" ;
780780 header += "<h1 class='title' id='title'>" + this . title + "</h1>" ;
781781 if ( this . subtitle ) header += "<h2 id='subtitle'>" + this . subtitle + "</h2>" ;
782782 header += "<h2>" + this . status2text [ this . specStatus ] + " " + this . _humanDate ( this . publishDate ) + "</h2><dl>" ;
@@ -838,9 +838,9 @@ berjon.respec.prototype = {
838838 latestVersion = "<a href='" + latestURI + "'>" + latestURI + "</a>" ;
839839 var header = "<div class='head'><p>" ;
840840 if ( this . specStatus != "unofficial" )
841- header += "<a href='http://www.w3.org/'><img width='72' height='48' src='http ://www.w3.org/Icons/w3c_home' alt='W3C'/></a>" ;
841+ header += "<a href='http://www.w3.org/'><img width='72' height='48' src='https ://www.w3.org/Icons/w3c_home' alt='W3C'/></a>" ;
842842 if ( this . specStatus == 'XGR' )
843- header += "<a href='http://www.w3.org/2005/Incubator/XGR/'><img alt='W3C Incubator Report' src='http ://www.w3.org/2005/Incubator/images/XGR' height='48' width='160'/></a>" ;
843+ header += "<a href='http://www.w3.org/2005/Incubator/XGR/'><img alt='W3C Incubator Report' src='https ://www.w3.org/2005/Incubator/images/XGR' height='48' width='160'/></a>" ;
844844 if ( this . doRDFa ) {
845845 header +=
846846 "<h1 property='dcterms:title' class='title' id='title'>" + this . title + "</h1>" ;
0 commit comments