diff options
author | ivan <ivan> | 2006-07-25 08:39:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-07-25 08:39:28 +0000 |
commit | 2a866b4696e28f963841e493368320fcf8048953 (patch) | |
tree | 61fa4a479034a7c1cba66d39e3db38eac42c5fa5 /httemplate/search | |
parent | a0732f52fdcc2bca7c399d1249ccceb191de51cd (diff) |
oops, extra else
Diffstat (limited to 'httemplate/search')
-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 c72ab44df..f6841a099 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -480,7 +480,7 @@ END </FONT></TD> - } else { %> + <% } else { %> <TD CLASS="grid" BGCOLOR="<%= $bgcolor %>" ROWSPAN=<%= $rowspan || 1 %> ALIGN=right><FONT SIZE=-1> <%= $cust_main->get($addl_col) %> |