From: pdontthink Date: Thu, 30 Oct 2008 21:30:09 +0000 (+0000) Subject: Minor spacing fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=f08c3bcc2b81e770e763e9eed2b13d2b8e7db82e;hp=8b6429be2efedf69c05d9e86908aa20c20ce5d17 Minor spacing fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13317 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/options.php b/functions/options.php index 022cc224..8a623038 100644 --- a/functions/options.php +++ b/functions/options.php @@ -451,7 +451,8 @@ class SquirrelOption { $width = 25; } - return addInput('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . htmlspecialchars($this->trailing_text); +//TODO: might be better to have a separate template file for all widgets, because then the layout of the widget and the "trailing text" can be customized - they are still hard coded here + return addInput('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text); } /**