View Single Post
  #2  
Old 01-22-2009, 02:56 PM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Code:
Line: 179
$key=str_replace("\n", "", $key);
Is part of the problem. You might want to run nl2br before running the clean function.
Code:
Line 308:
$yourmessage=clean(nl2br($yourmessage));
__________________

Last edited by atholon; 01-22-2009 at 03:06 PM.
Reply With Quote