Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Add the type for .ico files to an example.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8641

git-svn-id: http://svn.whatwg.org/webapps@4658 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2010
1 parent 1fb2395 commit 6acf7d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -58611,7 +58611,7 @@ <h5 id=rel-icon><span class=secno>6.12.3.7 </span>Link type "<dfn title=rel-icon
&lt;head&gt;
&lt;title&gt;lsForums &mdash; Inbox&lt;/title&gt;
&lt;link rel=icon href=favicon.png sizes="16x16" type="image/png"&gt;
&lt;link rel=icon href=windows.ico sizes="32x32 48x48"&gt;
&lt;link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon"&gt;
&lt;link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768"&gt;
&lt;link rel=icon href=iphone.png sizes="59x60" type="image/png"&gt;
&lt;link rel=icon href=gnome.svg sizes="any" type="image/svg+xml"&gt;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -58524,7 +58524,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
&lt;head&gt;
&lt;title&gt;lsForums &mdash; Inbox&lt;/title&gt;
&lt;link rel=icon href=favicon.png sizes="16x16" type="image/png"&gt;
&lt;link rel=icon href=windows.ico sizes="32x32 48x48"&gt;
&lt;link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon"&gt;
&lt;link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768"&gt;
&lt;link rel=icon href=iphone.png sizes="59x60" type="image/png"&gt;
&lt;link rel=icon href=gnome.svg sizes="any" type="image/svg+xml"&gt;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -66345,7 +66345,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
&lt;head>
&lt;title>lsForums &mdash; Inbox&lt;/title>
&lt;link rel=icon href=favicon.png sizes="16x16" type="image/png">
&lt;link rel=icon href=windows.ico sizes="32x32 48x48">
&lt;link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon">
&lt;link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
&lt;link rel=icon href=iphone.png sizes="59x60" type="image/png">
&lt;link rel=icon href=gnome.svg sizes="any" type="image/svg+xml">
Expand Down

0 comments on commit 6acf7d9

Please sign in to comment.