diff options
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index ca9df87a6..209c50848 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -412,7 +412,7 @@ END "</A></TD>". "<TD ALIGN=left>$ahref". ( $priority || '<i>(none)</i>' ). - </A></TD></TR>"; + "</A></TD></TR>"; } print '<TR><TD BGCOLOR="#000000" COLSPAN=2> </TD></TR>'. '<TR><TD ALIGN=right>'; |