From: Leandro Lucarella Date: Wed, 10 Sep 2003 22:15:18 +0000 (+0000) Subject: Se arregla un bug. X-Git-Tag: svn_import~182 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/48b8963c52d3cf36d11ae2d2b0215fad52e2e629?ds=inline Se arregla un bug. --- 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'));