From 665ec6856714432140c1cfca0da4af3873d8f3e0 Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 22 Jan 2002 16:52:53 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2210 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/mailout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?> -- 2.25.1