瀏覽代碼

Fix survey question UI see BT#15460

Julio 6 年之前
父節點
當前提交
49918ed6ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/inc/lib/pear/HTML/QuickForm/radio.php

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

@@ -141,7 +141,7 @@ class HTML_QuickForm_radio extends HTML_QuickForm_input
                 HTML_QuickForm_input::toHtml().
                 ''.
                 $this->_text .
-                '</label>&nbsp;&nbsp;
+                '</label>
             </div>';
             return $label;
         }