- From: Mercurial notifier <nobody@w3.org>
- Date: Fri, 13 Sep 2013 09:05:00 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1718:cdb8649b2db7 tag: tip user: Thomas Gambet <tgambet@w3.org> date: Fri Sep 13 11:04:49 2013 +0200 files: WebContent/WEB-INF/resources/templates/index.vm WebContent/WEB-INF/resources/templates/xhtml10.vm description: removed the protocol from link to w3c-include.js for https support diff -r b6383c9c1702 -r cdb8649b2db7 WebContent/WEB-INF/resources/templates/index.vm --- a/WebContent/WEB-INF/resources/templates/index.vm Thu Sep 12 19:46:18 2013 +0200 +++ b/WebContent/WEB-INF/resources/templates/index.vm Fri Sep 13 11:04:49 2013 +0200 @@ -80,7 +80,7 @@ </div> <div id="w3c-include"> - <script type="text/javascript" src="http://www.w3.org/QA/Tools/w3c-include.js"></script> + <script type="text/javascript" src="//www.w3.org/QA/Tools/w3c-include.js"></script> </div> #parse('footer.vm') \ No newline at end of file diff -r b6383c9c1702 -r cdb8649b2db7 WebContent/WEB-INF/resources/templates/xhtml10.vm --- a/WebContent/WEB-INF/resources/templates/xhtml10.vm Thu Sep 12 19:46:18 2013 +0200 +++ b/WebContent/WEB-INF/resources/templates/xhtml10.vm Fri Sep 13 11:04:49 2013 +0200 @@ -17,7 +17,7 @@ #displayMessages($messages) #end <div id="w3c-include"> - <script type="text/javascript" src="http://www.w3.org/QA/Tools/w3c-include.js"></script> + <script type="text/javascript" src="//www.w3.org/QA/Tools/w3c-include.js"></script> </div> <div id="observations" class="contextShow:'$esc.html($contexts_show)' contextHide:'$esc.html($contexts_hide)'"> #foreach ($observationName in $observationList.keySet())
Received on Friday, 13 September 2013 09:05:06 UTC