Browse Source

Missing </option> tag after default identity

pdontthink 22 years ago
parent
commit
c896f1c6e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

@@ -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);