Browse Source

typo. extra argument is used for color.

tokul 20 years ago
parent
commit
ee5279fe13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/addrbook_search.php

+ 1 - 1
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 "</tr>\n";