From: SourceForge.net <no...@so...> - 2005-04-07 04:33:33
|
Bugs item #1178261, was opened at 2005-04-07 04:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1178261&group_id=81260 Category: Database Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shaun Murray (singletrack) Assigned to: Nobody/Anonymous (nobody) Summary: parseOutput grief in v1.03 Initial Comment: in phpwsBB v1.03 Message.php v1.80 There's a change to use parseOutput() on a message body when quoting an existing message. If conf/textsettings.php has add_breaks = TRUE, which is the sensible setting for normal people, it converts the linefeeds into visible br tags in the textarea. I'd take the parseOutput off but I presume it was added for a reason. In any case, I think we need to strip br tags from the quoted text after parseOutput has had it's wicked way. Or throttle someone on the dev team until they come up with a parseOutput/breaker function that works. Maybe we change parseOutput to optionally call breaker? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1178261&group_id=81260 |