Procházet zdrojové kódy

Fix button template

Angel Fernando Quiroz Campos před 10 roky
rodič
revize
b862c79b25
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      main/inc/lib/pear/HTML/QuickForm/button.php

+ 1 - 1
main/inc/lib/pear/HTML/QuickForm/button.php

@@ -98,7 +98,7 @@ class HTML_QuickForm_button extends HTML_QuickForm_input
 
             return
                 $this->_getTabs() . '
-                <button class="'.$class.'" ' . $this->_getAttrString($this->_attributes) . ' />'.
+                <button class="'.$class.'" ' . $this->_getAttrString($this->_attributes) . '>'.
                 $icon.
                 $value.
                 '</button>';