diff --git a/milfs/funciones.php b/milfs/funciones.php index f360be9..9c99d24 100755 --- a/milfs/funciones.php +++ b/milfs/funciones.php @@ -2799,7 +2799,7 @@ $consulta =" $render = "$limite / - + "; } @@ -3465,8 +3465,9 @@ if (mysql_num_rows($sql)!='0'){ $limite=mysql_result($sql,0,"campo_valor"); }else{} +$respuesta = new xajaxResponse('utf-8'); if($contenido !='') { - $respuesta = new xajaxResponse('utf-8'); + $size= strlen($contenido); $restante = ($limite - $size); $div_input = "input_$id_campo";