Closed (fixed)
Project:
HTML5 Tools
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 13:11 UTC
Updated:
30 May 2012 at 20:10 UTC
This module removes the type attribute for all link tags. While it is the correct behavior for stylesheets, the type attribute must be there when type="application/rss+xml" in order for RSS feeds to function correctly (for the RSS icon to be displayed in the address bar in Safari for example). The attached patch (against 7.x-1.1, but the problem seems to remain in dev) makes sure the type attribute is only removed when rel="stylesheet".
| Comment | File | Size | Author |
|---|---|---|---|
| html5_tools_linktag.patch | 1005 bytes | SofiaSund |
Comments
Comment #1
ericduran commentedMakes sense to me.
Comment #2
ericduran commentedFixed. Thanks.
--
http://drupal.org/commitlog/commit/15150/b3ecd97edfefd257fdd0e83018cb61f...