summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-08-05 18:46:57 +0000
committerivan <ivan>2011-08-05 18:46:57 +0000
commit8b5523620f408c72a3e0fac002d3135839f3c959 (patch)
tree933a535a9258134561de95ad073fe693fd49cd12
parentf765ad6313abc1dc73bab4d3b617d2754cf85823 (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 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>&nbsp;</TD>!;
+ <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=3>&nbsp;</TD>
% }
%
</TR>