So the HTML is not interpreted on display...

Comments

gábor hojtsy’s picture

Status: Needs review » Needs work

Hm, why not use check_plain(), the Drupal standard?

meba’s picture

Status: Needs work » Needs review
StatusFileSize
new1.11 KB

Right...

gábor hojtsy’s picture

Status: Needs review » Fixed

Thanks, committed.

keith.smith’s picture

Slightly off-topic, but while I was playing with queries on the locale server's SQL database this morning, I ran some simple statistics for the number of <p> tags (and others) still in strings in 6.x (which are probably large t strings that contain HTML formatting beyond italics and bold).

Drupal 5.5 apparently has about thirty strings containing <p>, where 6.0RC1 now has eleven by my count.

5.5 - 30
6b1 - 28
6b2 - 26
6b3 - 25
6b4 - 21
6rc1 - 11

gábor hojtsy’s picture

Sounds good :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.