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

index da8cb01aadb38046858a38ba37c2d8497ab4e6c3..719962fd4c4b08157b69a9051a491a74d5f8b7da 100644 (file)
@@ -297,7 +297,7 @@ class MECON_PDF_Tabla extends MECON_PDF_Contenido {
                         }
 
                         if (@$estilo['colspan']) {
-                            $jj += $estilo['colspan'];
+                            $jj += $estilo['colspan'] -1;
                         }
                         
                     }