From 9bd6d3a06c5f6f7383cf3742ddc7d4e15d13fe86 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 16 May 2020 06:10:44 -0500 Subject: [PATCH] soporte para tooltips avanzados --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index b78d977..160d771 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14746,7 +14746,7 @@ if($tiene_plantilla != ""){ /// $full = preg_replace("/<[^\/][^<>]*> *<\/[^<>]*>/", "", $full ); }else { - $full= "
$resultado
"; + $full= "
$resultado
"; } $resultado ="$full";