Information about added new decoding charsets.
[squirrelmail.git] / 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);