summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-08-05 18:46:56 +0000
committerivan <ivan>2011-08-05 18:46:56 +0000
commite91533fe47b1dbb026bf610f71213119a6da3e71 (patch)
tree6d511145efcf24b80880b9f5c540b3e09777e49c
parent81bf969e05f0154490a20b6522f496195e4fafc7 (diff)
fix spurious !; in customer search, RT#13966
-rwxr-xr-xhttemplate/search/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi
index 5c1fb41..aae8c7e 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>&nbsp;</TD>!;
+ <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=3>&nbsp;</TD>
% }
%
</TR>