diff --git a/funciones/funciones.php b/funciones/funciones.php index 0b92c71..41d2fe3 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -11094,7 +11094,7 @@ if($valor !="") { if($plantilla =="") {$plantilla= "relacion";} $valor_actual = contenido_mostrar("$formulario",$valor,'',"$plantilla"); if($plantilla == 'relacion_drop') { $link ="";} else{ -$link = "Ver referencia "; +$link = "Ver referencia "; } } @@ -11256,7 +11256,7 @@ $claves = $claves[0]; $valor_actual = contenido_mostrar("$formulario",$valor,'',"$plantilla"); if($plantilla == 'buscador_drop') { $link ="";} elseif($plantilla == '') { - $link = "Ver referencia "; + $link = "Ver referencia "; }else{$link="";} return "$valor_actual$link"; }