2010-09-11, 03:53:49
ups!!!!!!
Change in line +- 265
Change in line +- 334...338:
by
And try again....
Thanks for you tests...
Regards.
Change in line +- 265
Code:
$cdata->addCData(utf8_encode(htmlentities($temp['comentario'])));
Code:
$cdata->addCData(htmlentities($temp['comentario'], ENT_QUOTES, 'UTF-8'));
Change in line +- 334...338:
Code:
else if ($n === strtolower($tr_cont['Cm'])) {
echo '<th style=" width: 30px;" align="right" valign="top">'. stripslashes(ucwords($name)) .':</th>';
echo '<td style="width: 500px;" align="left" valign="top">'.stripslashes(utf8_decode($d)).'</td>';
}
by
Code:
else if ($n === strtolower($tr_cont['Cm'])) {
echo '<th style=" width: 30px;" align="right" valign="top">'. stripslashes(ucwords($name)) .':</th>';
echo '<td style="width: 500px;" align="left" valign="top">'.stripslashes(($d)).'</td>';
}
And try again....
Thanks for you tests...
Regards.