From: thomppj Date: Mon, 24 Dec 2001 05:40:03 +0000 (+0000) Subject: Small UI tweak. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a66bb78edeec14c80bdf38a05fff614b756859f7;ds=inline Small UI tweak. ---------------------------------------------------------------------- git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1903 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index ca43a142..87f5e4d4 100644 --- a/src/compose.php +++ b/src/compose.php @@ -356,15 +356,16 @@ require_once('../functions/plugin.php'); } // This code is for attachments - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo _("Attach:"); - echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo "   \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; if (count($attachments)) { $hashed_attachment_dir = getHashedDir($username, $attachment_dir); echo "\n";