From bcc04ed0f7ce1ce442ac183eff5d5dc6a9a8ef9e Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 5 Jun 2005 12:00:33 +0000 Subject: [PATCH] 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 --- src/addrbook_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.25.1