diff options
author | Yves Lafon <ylafon@w3.org> | 2015-07-26 14:16:28 +0200 |
---|---|---|
committer | Yves Lafon <ylafon@w3.org> | 2015-07-26 14:16:28 +0200 |
commit | c98415f8a151ae45500e9347789b68aa3b012e07 (patch) | |
tree | 401a678dc0921e40d371888b88e7bfb6215d0115 | |
parent | 53209e37699d09f793266a00afd4d9f98dbbf94d (diff) | |
parent | ca0bc06092bfbb7b13fe781caac6a67ae91288de (diff) | |
download | markup-validator-c98415f8a151ae45500e9347789b68aa3b012e07.zip markup-validator-c98415f8a151ae45500e9347789b68aa3b012e07.tar.gz markup-validator-c98415f8a151ae45500e9347789b68aa3b012e07.tar.bz2 |
Merge pull request #11 from w3c/sideshowbarker/favicon
Use scheme-less URL for favicon.ico
-rwxr-xr-x | htdocs/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index 4fdf7ec..6cc7af7 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -7,7 +7,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title><!--#echo var="title" --></title> <link rev="made" href="mailto:www-validator@w3.org" /> - <link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" /> + <link rel="shortcut icon" href="//www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" /> <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" /> <style type="text/css" media="all"> @import "<!--#echo var="relroot" -->style/base"; |