X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/257f6d7dbd82d87a8c311211559bc637785f7b5c..94ac90491b67eb843acf5974057c0426e6f4b73a:/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; } }