3
If you use the pm module (the one in the core package) open root/modules/pm/class/message.php and look for
le="color: #000000"><?php $this->initVar('to_save', XOBJ_DTYPE_INT, 0, false);
after this line add:
le="color: #000000"><?php $this->initVar("dohtml", XOBJ_DTYPE_INT, 1, true);
Greets Dylian.