浏览代码

typo. extra argument is used for color.

tokul 20 年之前
父节点
当前提交
ee5279fe13
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' );
     html_tag( 'th', ' ' . _("Info"), 'left' );
 
 
     if ($includesource) {
     if ($includesource) {
-        echo html_tag( 'th', ' ' . _("Source"), 'left', 'width="10%"' );
+        echo html_tag( 'th', ' ' . _("Source"), 'left', '', 'width="10%"' );
     }
     }
     echo "</tr>\n";
     echo "</tr>\n";