From 5f88daeb4c7a4da3d26452d5f1cec793a8483912 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 6 Jan 2008 06:02:11 +0000 Subject: [PATCH] Also use $nbsp here as well git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12878 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/options.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/options.php b/functions/options.php index 6647bd68..b42b05b6 100644 --- a/functions/options.php +++ b/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'); -- 2.25.1