浏览代码

Also use $nbsp here as well

pdontthink 17 年之前
父节点
当前提交
d20a938e42
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      functions/options.php

+ 1 - 2
functions/options.php

@@ -478,8 +478,7 @@ class SquirrelOption {
      */
     function createWidget_Boolean() {
 
-        global $oTemplate;
-        $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+        global $oTemplate, $nbsp;
 
         /* Build the yes choice. */
         $yes_option = addRadioBox('new_' . $this->name, ($this->value != SMPREF_NO), SMPREF_YES, array_merge(array('id' => 'new_' . $this->name . '_yes'), $this->aExtraAttribs)) . $nbsp . create_label(_("Yes"), 'new_' . $this->name . '_yes');