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 209c50848..9ef384740 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -414,7 +414,7 @@ END ( $priority || '<i>(none)</i>' ). "</A></TD></TR>"; } - print '<TR><TD BGCOLOR="#000000" COLSPAN=2> </TD></TR>'. + print '<TR><TD BGCOLOR="#000000" COLSPAN=2></TD></TR>'. '<TR><TD ALIGN=right>'; } my $ahref = |