fixed bug #426128
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 3 Nov 2001 00:31:19 +0000 (00:31 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 3 Nov 2001 00:31:19 +0000 (00:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1686 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index d984f9e3fe2dff3cd524d1394c82e5194aec0c4e..8c5fc0ac4459316adac529b5353cd5dc8bee979f 100644 (file)
       printf("<INPUT TYPE=hidden NAME=mailbox VALUE=\"%s\">\n", htmlspecialchars($mailbox));      
       echo "</FORM>";
       do_hook("compose_bottom");
+      echo "</BODY></HTML>\n";
    }
 
    function showComposeButtonRow() {