From 48b8963c52d3cf36d11ae2d2b0215fad52e2e629 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 10 Sep 2003 22:15:18 +0000 Subject: [PATCH] Se arregla un bug. --- sistema/local_lib/HTML_Copete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 3b45bef..80becd7 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -81,7 +81,7 @@ parent::HTML_Table(array('width' => '760', $anchos = array('12', '25', '712', '11'); $fila = array(); foreach($anchos as $a) - $fila[] = ''; + $fila[] = ''; $this->addRow($fila); $img_seccion = 'images/copete_'.$seccion.'.jpg'; $this->addRow(array(''.$mapa), array('colspan' => '4')); -- 2.43.0