Friday, May 11, 2012

favicon not displayed by Firefox when used HTML5


This is my page head:
------------------------------------------------------------
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <link rel="shortcut icon" href="/favicon.ico?" />
</head>
------------------------------------------------------------
As soon as I append at least the "?" after "ico" it works

No comments:

Post a Comment