Przeglądaj źródła

closing form tag. thanks to Gunnar Wagenknecht.

tokul 21 lat temu
rodzic
commit
a7ab68f897
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      plugins/abook_take/functions.php

+ 1 - 1
plugins/abook_take/functions.php

@@ -70,7 +70,7 @@ function abook_take_read()
         abook_take_read_array($message->rfc822_header->to);
         abook_take_read_array($message->rfc822_header->to);
 
 
     echo addSubmit(_("Take Address")) .
     echo addSubmit(_("Take Address")) .
-         '</center>';
+         '</center></form>';
 }
 }
 
 
 function abook_take_pref()
 function abook_take_pref()