<br> causes the atom feed to malfunction
FlemmingLeer - January 3, 2006 - 06:58
| Project: | Atom |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
You 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.#2
thanks :)
#3