diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php
index d2ea13d..6c28e7f 100644
--- a/milfs/funciones/funciones.php
+++ b/milfs/funciones/funciones.php
@@ -11624,7 +11624,8 @@ if($control !="") {
if($campo_obligatorio =='1') {$obligatorio ="danger";}else{$obligatorio ="default";}
if($campo_tipo_accion == 'text'){$render = " ";}
- elseif($campo_tipo_accion == 'date'){$render = " ";}
+ elseif($campo_tipo_accion == 'date'){$render = " ";
+ }
elseif($campo_tipo_accion == 'rango'){
$rango = rango("form_campos_valores","campo_valor","id_form_campo","$id_campo","$value","".$id_campo."[".$item."]",""); $render = "$rango $campo_descripcion ";}
elseif($campo_tipo_accion == 'mapa'){