From: Leandro Lucarella Date: Fri, 9 Jan 2004 21:11:01 +0000 (+0000) Subject: - ResolvĂ­ un conflicto en este archivo. X-Git-Tag: svn_import~144 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/680ab2c5b2834c85536a52453afe6bcca7787c28?ds=sidebyside - ResolvĂ­ un conflicto en este archivo. --- diff --git a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php index 69c0b50..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->getAttributes(true); $this->_prepend = "\n\n"; + } // end func startForm /**