X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/ab204ec4981b5edf4bc33e01db11d293946d0220..2ee40a32ef0b52d7b33d5e28614e76222925dfab:/HTML/test/prueba_tabla.php?ds=inline diff --git a/HTML/test/prueba_tabla.php b/HTML/test/prueba_tabla.php index be669bf..47f06c3 100644 --- a/HTML/test/prueba_tabla.php +++ b/HTML/test/prueba_tabla.php @@ -38,7 +38,7 @@ $TABLA->colSpan(2, 6,2); $TABLA->colSpan(2, 8,2); - + $TABLA->setCeldaTitulo($0); $tohtml = $TABLA->toHtml(); print $tohtml;