X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/7ab293c97d394d0905cdba28a3d300b7d98525a7..680ab2c5b2834c85536a52453afe6bcca7787c28:/lib/MECON/HTML/QuickForm/Renderer/Tabla.php diff --git a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php index f1ea426..4ef1fad 100644 --- a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php +++ b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php @@ -128,8 +128,10 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer { { # FIXME - deberia sacarlo del QuickForm #$this->_prepend = $form->getFormStart(); - $attrs = $form->getAttributesString(); +# $attrs = $form->getAttributesString(); + $attrs = $form->getAttributes(true); $this->_prepend = "\n\n"; + } // end func startForm /**