From: tokul Date: Sun, 5 Jun 2005 12:00:33 +0000 (+0000) Subject: typo. extra argument is used for color. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bcc04ed0f7ce1ce442ac183eff5d5dc6a9a8ef9e;p=squirrelmail.git typo. extra argument is used for color. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9523 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/addrbook_search.php b/src/addrbook_search.php index 3fe8001c..3445d3dd 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -132,7 +132,7 @@ function display_result($res, $includesource = true) { html_tag( 'th', ' ' . _("Info"), 'left' ); if ($includesource) { - echo html_tag( 'th', ' ' . _("Source"), 'left', 'width="10%"' ); + echo html_tag( 'th', ' ' . _("Source"), 'left', '', 'width="10%"' ); } echo "\n";