From 2952acdb7919c6e17bcd4c45ecd3c4e71861afe7 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 8 Jan 2004 20:25:05 +0000 Subject: [PATCH] Bugfix para que ande con el nuevo quickform. --- lib/MECON/HTML/QuickForm/Renderer/Tabla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php index f1ea426..69c0b50 100644 --- a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php +++ b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php @@ -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\n"; } // end func startForm -- 2.43.0