diff options
| author | ivan <ivan> | 2004-12-09 10:07:50 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-12-09 10:07:50 +0000 | 
| commit | d5f33566675ef84accc14877733e243eec95ff01 (patch) | |
| tree | 47b8d5f6f0d343b5b8cd44c8351fa48a1101b41c | |
| parent | d32a4d7f7855e245caa546c41819bcf01d4cccf1 (diff) | |
deuglify
| -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 = | 
