Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#11833 closed enhancement

Remove duplicate `link rel="icon"` — at Initial Version

Reported by: anonymous Owned by:
Priority: normal Milestone: 1.1.5
Component: web frontend Version: 1.1dev
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Currently there are duplicated

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />

Using shortcut icon only is enough if you want to keep IE compatibility. Also, since favicon.ico is in the root, it will work in all browsers regardless.

Change History (0)

Note: See TracTickets for help on using tickets.