diff options
author | ivan <ivan> | 2011-08-05 18:46:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-05 18:46:57 +0000 |
commit | 8b5523620f408c72a3e0fac002d3135839f3c959 (patch) | |
tree | 933a535a9258134561de95ad073fe693fd49cd12 | |
parent | f765ad6313abc1dc73bab4d3b617d2754cf85823 (diff) |
fix spurious !; in customer search, RT#13966
-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 5c1fb4100..aae8c7e99 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -321,7 +321,7 @@ % } % % unless ( @{$all_pkgs{$custnum}} ) { - <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=3> </TD>!; + <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=3> </TD> % } % </TR> |