Pārlūkot izejas kodu

Missing </option> tag after default identity

pdontthink 22 gadi atpakaļ
vecāks
revīzija
c896f1c6e1
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 htmlspecialchars($em) . "\n";
             }
             }
         }
         }
+        echo '</option>';
         for ($i = 1; $i < $idents; $i ++) {
         for ($i = 1; $i < $idents; $i ++) {
             $fn = getPref($data_dir, $username, 'full_name' . $i);
             $fn = getPref($data_dir, $username, 'full_name' . $i);
             $em = getPref($data_dir, $username, 'email_address' . $i);
             $em = getPref($data_dir, $username, 'email_address' . $i);