From e08ba96e51260634af0d55280a054f27b46f5c53 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 22 May 2018 20:26:42 +0200 Subject: [PATCH] =?utf8?q?Evitamos=20marcar=20siempre=20como=20seleccionad?= =?utf8?q?o=20la=20opci=C3=B3n=200=20al=20comparar=20n=C3=BAmero=20con=20c?= =?utf8?q?adena?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- html/inscripcion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inscripcion.php b/html/inscripcion.php index e410e28..4d6d775 100644 --- a/html/inscripcion.php +++ b/html/inscripcion.php @@ -466,7 +466,7 @@ if (count ($Grupos) > 1) { $ValExp = ($_POST["Experiencia"] ?? "N/D"); echo ""; for ($i = 0; $i <= 4; $i++) { - echo ""; + echo ""; } ?> -- 2.30.2