function toHtml() // ~X2C
{
// FIXME - usar un estilo con class.
- return '<DIV style="font-family: Arial; font-size: 11px; text-align: center; color: red">' . $this->msg . '</DIV>';
+ return '<div style="font-family: Arial; font-size: 11px; text-align: '
+ . 'center; color: red" align="center">' . $this->msg . '</div>';
}
// -X2C