X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/257f6d7dbd82d87a8c311211559bc637785f7b5c..da1be2b62d934466602b78f914506267dc27da8c:/lib/MECON/PDF/Tabla.php diff --git a/lib/MECON/PDF/Tabla.php b/lib/MECON/PDF/Tabla.php index da8cb01..719962f 100644 --- a/lib/MECON/PDF/Tabla.php +++ b/lib/MECON/PDF/Tabla.php @@ -297,7 +297,7 @@ class MECON_PDF_Tabla extends MECON_PDF_Contenido { } if (@$estilo['colspan']) { - $jj += $estilo['colspan']; + $jj += $estilo['colspan'] -1; } }