]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm/Renderer/Tabla.php
- ResolvĂ­ un conflicto en este archivo.
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm / Renderer / Tabla.php
index f1ea42667bd2195a001ea7fa0bdab7a2b511ac3b..4ef1fade5b5ee88c15e5f05f402bdf285bde8ca0 100644 (file)
@@ -128,8 +128,10 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
     {
         # FIXME - deberia sacarlo del QuickForm
         #$this->_prepend = $form->getFormStart();
     {
         # FIXME - deberia sacarlo del QuickForm
         #$this->_prepend = $form->getFormStart();
-        $attrs = $form->getAttributesString();
+#        $attrs = $form->getAttributesString();
+        $attrs = $form->getAttributes(true);
         $this->_prepend = "\n<form$attrs>\n";
         $this->_prepend = "\n<form$attrs>\n";
+
     } // end func startForm
 
    /**
     } // end func startForm
 
    /**