3
your only real option is hacking the text sanitizer class (/class/module.textsanitizer.php)
In function makeTareaData4Show change:
return $this->displayTarea($text, $html, $smiley, $xcode);
to
return $this->displayTarea($text, $html, $smiley, $xcode[color=800000][b], 0[/b][/color]);
Possible side-effects:
Other modules that also use the makeTareaData4Show function to prepare strings for display will also not have their new line characters converted to
tags.