Small bug fix
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 07:05:37 +0000 (07:05 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 07:05:37 +0000 (07:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8268 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addrbook_search.php

index f8617a5c5c2685f8a6d72dd79caef29eb588e6f5..656bee51c7016f1c2c5028beb50dc68c2c707ac4 100644 (file)
@@ -196,7 +196,7 @@ if (empty($query) && empty($show) && empty($listall)) {
     echo html_tag( 'p', '<br />' .
                       _("No persons matching your search were found"),
             'center' ) .
     echo html_tag( 'p', '<br />' .
                       _("No persons matching your search were found"),
             'center' ) .
-          "\n</body></html>\n",
+          "\n</body></html>\n";
     exit;
 }
 
     exit;
 }