Bug 1711622 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The site uses the wrong order of favicon elements

    <link href=/favicon.ico rel=icon><link href=/favicon.svg rel=icon sizes=any type=image/svg+xml>

should be
    <link href=/favicon.svg rel=icon sizes=any type=image/svg+xml><link href=/favicon.ico rel=icon>

Perhaps you could contact them and ask them to fix it.
The site uses the wrong order of favicon elements

    <link href=/favicon.ico rel=icon><link href=/favicon.svg rel=icon sizes=any type=image/svg+xml>

should be

    <link href=/favicon.svg rel=icon sizes=any type=image/svg+xml><link href=/favicon.ico rel=icon>

Perhaps you could contact them and ask them to fix it.

Back to Bug 1711622 Comment 2