From:             [EMAIL PROTECTED]
Operating system: Linux (SuSE Based)
PHP version:      4.0.6
PHP Bug Type:     Unknown/Other Function
Bug description:  nl2br, get_html_translation_table and strtr

since php 4.0.5 with

nl2br I get an XHTML1.0 compatible <br /> tag back.

So far so good, but if I have to translate it back with strtr (and
get_html_translation_table) it won't be recognized.

No problem, I know the workaround (adding a '"<br />" => "\n"' to the
translation array) but it would be nice to be fixed.
-- 
Edit bug report at: http://bugs.php.net/?id=12812&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to