Bläddra i källkod

*** empty log message ***

Thijs Kinkhorst 23 år sedan
förälder
incheckning
160c67a114
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      plugins/listcommands/mailout.php

+ 2 - 2
plugins/listcommands/mailout.php

@@ -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>';
-?>
+?>