*** empty log message ***
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Jan 2002 16:52:53 +0000 (16:52 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Jan 2002 16:52:53 +0000 (16:52 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2210 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/listcommands/mailout.php

index c99d7cfa7d285fb1f089f2ae00f0840baa9e0dc1..ac5989e1c6a4a36541ac5fc0e935445825d771f7 100644 (file)
@@ -47,7 +47,7 @@ $em = getPref($data_dir, $username, 'email_address');
 if ($em != '') {
     $defaultmail .= htmlspecialchars(' <' . $em . '>') . "\n";
 }
-echo '<P><CENTER>' . _("From:");
+echo '<P><CENTER>' . _("From:") . ' ';
 
 $idents = getPref($data_dir, $username, 'identities');
 if ($idents != '' && $idents > 1) {
@@ -78,4 +78,4 @@ echo '<BR>'
 . '<input type=hidden name="mailbox" value="' . htmlspecialchars($mailbox) . '">'
 . '<input type=submit name="send" value="' . _("Send Mail") . '"><BR><BR></CENTER>'
 . '</form></TD></TR></TABLE></P></BODY></HTML>';
-?>
\ No newline at end of file
+?>