From 9da26bfdf6269d6458d343c3125104f77581d6a6 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Wed, 25 Apr 2018 22:56:32 -0500 Subject: [PATCH] boton formularios anidados --- milfs/funciones/funciones.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index cd768fc..f6a14dc 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5012,7 +5012,9 @@ if (mysqli_num_rows($sql)!='0'){ $descripcion =substr($row[descripcion],0, $length = 80); $caracteres = strlen("$descripcion"); if($caracteres > 80) { $descripcion= "$descripcion ... ";} - $resultado .= "
$row[nombre] $descripcion
"; + $resultado .= " +
$row[nombre] $descripcion
"; } $resultado .="";