From 4f86e4528aa9ce1bb6e54b192b307f8f151cecb9 Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 1 Nov 2018 09:55:08 -0500 Subject: [PATCH] HTML en campos texto y texto limitado --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 8b8d355..ec6f998 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13263,7 +13263,7 @@ if (mysqli_num_rows($sql)!='0'){ "; } } - elseif(($campo_tipo=='2' OR $campo_tipo=='7')AND $contenido !=""){ + elseif(($campo_tipo=='2' OR $campo_tipo=='7' OR $campo_tipo=='1' OR $campo_tipo=='17')AND $contenido !=""){ $contenido= html_entity_decode(stripslashes("$contenido"));