diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php
index 95524b0..b63f10f 100644
--- a/milfs/funciones/funciones.php
+++ b/milfs/funciones/funciones.php
@@ -137,7 +137,8 @@ if($tags !=''){
$nube ="";
-foreach($tags as $c=>$valor){
+$size = 8;
+ foreach($tags as $c=>$valor){
//foreach($wordCounter as $c=>$valor){
//$valor = $tags[0];
@@ -161,11 +162,12 @@ foreach($tags as $c=>$valor){
$limpios[] = $c;
$cant = $wordCounter[$c];
- $size = ($cant/4);
+
$tag_adicional .= "$c " ;
$nube .= "$c " ;
}
+ $size= ($size - 1);
}
}
$resultado = " $compuestos $tag_adicional ";