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