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 .= "
"; + $resultado .= " + "; } $resultado .="";