diff options
-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 9ef384740..778cdf2b0 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -401,7 +401,7 @@ END print "<TD ROWSPAN=$rowspan ALIGN=right>"; if ( $addl_col eq 'tickets' ) { if ( @custom_priorities ) { - print '<TABLE>'; + print &itable('', 0); foreach my $priority ( @custom_priorities, '' ) { my $ahref = '<A HREF="'. |