From a6389941f27254cc4e6edc8e6098b00af90534d5 Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 29 Oct 2019 05:23:58 -0500 Subject: [PATCH] entites to tildes --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 685f8c2..9d90064 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14891,7 +14891,7 @@ if (mysqli_num_rows($sql)!='0'){ //$array[icon][shadowUrl] = "http://$_SERVER[HTTP_HOST]/milfs/images/iconos/sha.png"; }else{} - $array[$row['id_campo']] = $contenido; + $array[$row['id_campo']] = html_entity_decode($contenido); } else{ $limite = 100;