]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm/Renderer/Tabla.php
Bugfix para que ande con el nuevo quickform.
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm / Renderer / Tabla.php
index f1ea42667bd2195a001ea7fa0bdab7a2b511ac3b..69c0b507100d7ab6c9ee66e7faad87d374dd44b2 100644 (file)
@@ -128,7 +128,7 @@ 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<form$attrs>\n";
     } // end func startForm