]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Correccion a PDF Tabla(como no nos dimos cuenta antes)
authorManuel Nazar Anchorena <manazar@mecon.gov.ar>
Tue, 2 Dec 2003 16:55:15 +0000 (16:55 +0000)
committerManuel Nazar Anchorena <manazar@mecon.gov.ar>
Tue, 2 Dec 2003 16:55:15 +0000 (16:55 +0000)
lib/MECON/PDF/Tabla.php

index 776522011fdacd1f86716be7effd1d1fcda7f542..da8cb01aadb38046858a38ba37c2d8497ab4e6c3 100644 (file)
@@ -341,7 +341,7 @@ class MECON_PDF_Tabla extends MECON_PDF_Contenido {
                     }
                 }
                 if (@$estilo['colspan']) {
-                    $j += $estilo['colspan'];
+                    $j += $estilo['colspan']-1;
                 }
 
             }