Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2005 at 20:19 UTC
Updated:
9 Aug 2005 at 15:46 UTC
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 :-)
Comments
Comment #1
Prometheus6 commentedI haven't looked at 4.6, but CVS is fine.
Comment #2
m3avrck commentedGreat! Just checked CVS version as well and it appears that bug isn't coming up as well.