X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/24fd3e0f15c00f9048fc2b5ad2be287f50eb2824..c2de4e857201181b73e0da3064f53ff5cc8ce2f0:/lib/MECON/HTML/Arbol.php diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index d86c49e..02813c9 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -77,7 +77,7 @@ class HTML_Arbol extends HTML_Table $atr = array( 'border' => '0', 'width' => $n * $tabulados, - 'height' => '10' + 'height' => '1' ); $margen = ' '; if ($n) { @@ -130,8 +130,7 @@ class HTML_Arbol extends HTML_Table $this->addRow(array($titulo), array('bgcolor' => '#FFFFFF')); $this->expandir($this->datos, 0, $t_interna); $this->addRow(array($t_interna->toHTML())); - // FIXME - sacar la style sheet de aca. - return ''.parent::toHTML(); + return parent::toHTML(); } function expandirArray($dat, $n, $filtrarActivos)