Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2014 at 20:54 UTC
Updated:
29 Jul 2014 at 23:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
internetdevels commentedHere is the patch
Comment #2
ekl1773I tested this patch by creating a new feed and checking for the presence of the feed icon. It appears to work! There's also a test for this: testFeedIconEscaping() in the drupal_add_feed() tests.
Comment #3
catchCouldn't this go into the existing $build array?
Comment #4
joelpittetCan't see why not, saves one more call to that function:)
Comment #5
joelpittetReason I left them separate because I didn't want to array(array(array())) that... FYI
Comment #6
martin107 commentedClean implementation, nothing contentious, simple fix.
Comment #7
catchCommitted/pushed to 8.x, thanks!