From: kink Date: Tue, 22 Jan 2002 16:52:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=665ec6856714432140c1cfca0da4af3873d8f3e0;ds=sidebyside *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2210 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php index c99d7cfa..ac5989e1 100644 --- a/plugins/listcommands/mailout.php +++ b/plugins/listcommands/mailout.php @@ -47,7 +47,7 @@ $em = getPref($data_dir, $username, 'email_address'); if ($em != '') { $defaultmail .= htmlspecialchars(' <' . $em . '>') . "\n"; } -echo '

' . _("From:"); +echo '

' . _("From:") . ' '; $idents = getPref($data_dir, $username, 'identities'); if ($idents != '' && $idents > 1) { @@ -78,4 +78,4 @@ echo '
' . '' . '

' . '

'; -?> \ No newline at end of file +?>