[drupal-devel] [bug] Aggregator: links and titles may not validate
against XHTML Strict
m3avrck
drupal-devel at drupal.org
Mon Aug 8 20:19:36 UTC 2005
Issue status update for
http://drupal.org/node/28467
Post a follow up:
http://drupal.org/project/comments/add/28467
Project: Drupal
Version: cvs
Component: aggregator.module
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: m3avrck
Updated by: m3avrck
Status: patch (code needs review)
Links and titles generated by the aggregator may not validate, this is a
result of less-than strict data coming in from RSS feeds.
Simple fix: check_url($link); and htmlentities($title) produces error
free results. I'm on a Windows machine so can't create this simple
patch, but applying these functions to line 556 does the job.
Can someone create a patch and change the status? This is a really easy
bug fix for the 4.7 release :-)
m3avrck
More information about the drupal-devel
mailing list