- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 1 Sep 2014 01:04:44 -0700 (PDT)
- To: public-svg-wg@w3.org
https://github.com/w3c/svgwg/commit/248f6e5096f5c26a46821871eea7e77036b1cf70 commit 248f6e5096f5c26a46821871eea7e77036b1cf70 Author: Cameron McCormack <cam@mcc.id.au> Date: Mon Sep 1 17:42:50 2014 +1000 Fix mixed content warning on front page. diff --git a/master/Overview.html b/master/Overview.html index dcf14f0..9a3841a 100644 --- a/master/Overview.html +++ b/master/Overview.html @@ -15,7 +15,7 @@ <body class="ready-for-wider-review"> <div class="head"> - <p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a></p> + <p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="https://www.w3.org/Icons/w3c_home"/></a></p> <h1 id="pagetitle">Scalable Vector Graphics (SVG) 2</h1> <h2 id="pagesubtitle">W3C <edit:maturity/> <em><edit:date/></em></h2> <dl> ============================================================ /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --list-pages /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build Overview /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build-single-page
Received on Monday, 1 September 2014 08:05:09 UTC