|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-07 15:04 UTC] flconseil at yahoo dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jun 20 00:00:02 2026 UTC |
Description: ------------ When adding a note, every line break appears in preview as ' '. I don't understand why because add_note.php contains 'str_replace("\r\n", "\n",...)', so the \r should not appear, at least. I tried to look at manual_note_display() but I don't find the clean_note() function. Maybe it is a problem with my browser but I tried with IE6 and firefox, and it is the same. When posting something with these browsers to my intranet, I can check that I have the right '\r\n' between lines. Reproduce code: --------------- Add manual note with a line break or '<>' chars to www.php.net in any doc section Expected result: ---------------- New line (<br>) Actual result: --------------