diff options
author | Michael[tm] Smith <mike@w3.org> | 2015-07-26 09:17:15 +0900 |
---|---|---|
committer | Michael[tm] Smith <mike@w3.org> | 2015-07-26 09:17:15 +0900 |
commit | ca0bc06092bfbb7b13fe781caac6a67ae91288de (patch) | |
tree | 401a678dc0921e40d371888b88e7bfb6215d0115 | |
parent | 53209e37699d09f793266a00afd4d9f98dbbf94d (diff) | |
download | markup-validator-origin/sideshowbarker/favicon.zip markup-validator-origin/sideshowbarker/favicon.tar.gz markup-validator-origin/sideshowbarker/favicon.tar.bz2 |
Use scheme-less URL for favicon.icoorigin/sideshowbarker/favicon
-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"; |