X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/1511bec4a5c54857391cc14fcf942d62e3047a65..f8724fe08645a098f82faadf569c608f0e753ced:/lib/MECON/HTML/Arbol.php?ds=sidebyside diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index 8154166..df77d1a 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -145,7 +145,7 @@ class MECON_HTML_Arbol extends HTML_Table } $titulo = ''.$titulo.''; } - $titulo = '
'.$margen.$imagen.''.$titulo.'
';//TODO + $titulo = '
'.$margen.$imagen.''.$titulo.'
';//TODO $tabla->addRow(array($titulo), array('class' => $class)); if(isset($e['sub'])) { $this->expandir($e['sub'], $n+1, $tabla);