Missing </option> tag after default identity
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 12 Jun 2003 05:36:38 +0000 (05:36 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 12 Jun 2003 05:36:38 +0000 (05:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5007 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index ca4ee2342fabe91d0bdd086aa07d81fbddcf2eb0..3c20980dea2bd70d87bef1adfa13f5bb71161faf 100644 (file)
@@ -944,6 +944,7 @@ function showInputForm ($session, $values=false) {
                 echo htmlspecialchars($em) . "\n";
             }
         }
+        echo '</option>';
         for ($i = 1; $i < $idents; $i ++) {
             $fn = getPref($data_dir, $username, 'full_name' . $i);
             $em = getPref($data_dir, $username, 'email_address' . $i);