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

deekayen’s picture

Status: Active » Fixed

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.

FlemmingLeer’s picture

thanks :)

dries’s picture

Status: Fixed » Closed (fixed)