Comments

internetdevels’s picture

Status: Active » Needs review
StatusFileSize
new683 bytes

Here is the patch

ekl1773’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new67.1 KB

I 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.

catch’s picture

Status: Reviewed & tested by the community » Needs review

Couldn't this go into the existing $build array?

joelpittet’s picture

StatusFileSize
new1.03 KB
new1.01 KB

Can't see why not, saves one more call to that function:)

joelpittet’s picture

Reason I left them separate because I didn't want to array(array(array())) that... FYI

martin107’s picture

Status: Needs review » Reviewed & tested by the community

Clean implementation, nothing contentious, simple fix.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.