瀏覽代碼

Fix button template

Angel Fernando Quiroz Campos 10 年之前
父節點
當前提交
b862c79b25
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>';