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