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"));