typo. extra argument is used for color.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 5 Jun 2005 12:00:33 +0000 (12:00 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 5 Jun 2005 12:00:33 +0000 (12:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9523 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addrbook_search.php

index 3fe8001c4e8792cfe3d744f27e278d661496b1b6..3445d3dd82568bfd90c96cc7dbbe3f035d95ede5 100644 (file)
@@ -132,7 +132,7 @@ function display_result($res, $includesource = true) {
     html_tag( 'th', '&nbsp;' . _("Info"), 'left' );
 
     if ($includesource) {
-        echo html_tag( 'th', '&nbsp;' . _("Source"), 'left', 'width="10%"' );
+        echo html_tag( 'th', '&nbsp;' . _("Source"), 'left', '', 'width="10%"' );
     }
     echo "</tr>\n";