The HTML Filter's Allowed Tags do not recognize valid XHTML. For example, <br> is recognized and processed, but <br /> is stripped out.
The HTML Filter's Allowed Tags do not recognize valid XHTML. For example, <br> is recognized and processed, but <br /> is stripped out.
Comments
Comment #1
TheWhippinpost commentedYou can add it by going to:
Admin > Input formats > Configure > Configure
Just add it to the existing list.
Comment #2
talkingwires commentedNo, you can't. Adding
<br>to this list will only process the old HTML 4 style of tags. Tags formatted in the XHTML style,<br />for example, will still be stripped. And adding<br />to the list of Allowed Tags does not work.Comment #3
Egon Bianchet commentedDid you try to empty the cache?
Comment #4
webernet commentedThe problem appears to be with the Line Break converter - after disabling it,
tags are no longer stripped from the node.
Comment #5
webernet commentedMy previous comment should have read:
Strangely, the
<br />wasn't stripped, but rather converted to a<br>.Comment #6
webernet commentedComment #7
Paul Natsuo Kishimoto commentedComment #8
webernet commentedThis appears to have been fixed, break tags all seem to be self closing in output, whether they were written with the closing slash or not.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #10
christefano commentedIf this has been fixed then it was a bug in Drupal 5.x. #172825 is related to this.