PDA

View Full Version : <br> in comment


seanspeng
19th of October 2003 (Sun), 23:01
I found in the comment and rating. Is there any switch to convert it into real line break?

I tried a couple of settings on Misc Setting page, and it did not work.

Thanks!

Pekka
21st of October 2003 (Tue), 16:55
That is a bug.

In photo_comment.php line 674 there is line

print ee_html_conversion(nl2br($commentstring));

it should of course be

print nl2br(ee_html_conversion($commentstring));