Closed (fixed)
Project:
Atom
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2006 at 06:58 UTC
Updated:
23 Jan 2006 at 17:23 UTC
If you introduce <br> in the slogan for linebrak in Drupal the atom feed malfunctions and halts.
e.g.
this is my slogan <br>next line in my slogan
Comments
Comment #1
deekayen commentedYou probably shouldn't have HTML in there in the first place, but I'm going to guess you're not the only one to ever do it.
I added
strip_tags()to the site name (title) and site slogan (subtitle). Applied to HEAD, DRUPAL-4-7, and DRUPAL-4-6.Comment #2
FlemmingLeer commentedthanks :)
Comment #3
dries commented