Small bug fix
[squirrelmail.git] / src / addressbook.php
index 3a4d24d92f4e386345da551a0e59566be9079554..1a88eb23ed0fc9d47953afe6d4b6d0c156decfb2 100644 (file)
@@ -372,6 +372,8 @@ abook_create_form($form_url,'addaddr',_("Add to address book"),_("Add address"),
 echo "</form>\n";
 
 /* Add hook for anything that wants on the bottom */
+echo "<!-- start of addressbook_bottom hook-->\n";
 do_hook('addressbook_bottom');
+echo "\n<!-- end of addressbook_bottom hook-->\n";
 ?>
 </body></html>