Hi,

in the file urlicon.info, you describe the URL Icon module as ...

description = "Checks the content for -elements and automatically fetches and stores the corresponding favicon.ico if availlable."

The "A" tag ends up in the html, causing XHTML validation to fail anywhere your module is described.

I attached a modified version of the urlicon.info file that fixes the problem (angle brackets become square brackets).

This is only a tiny issue, but could you remove the illegal < and > characters from the description, so the module doesn't break otherwise valid markup.

Thanks,

Matt

CommentFileSizeAuthor
urlicon.info_.txt331 bytesmatt_harrold

Comments

sanduhrs’s picture

Version: 5.x-1.x-dev » master
Assigned: Unassigned » sanduhrs
Status: Active » Fixed

added new release urlicon 5.x-1.2.
Fixed in hEAD.
thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)