summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-06 21:05:35 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-06 21:05:35 -0700
commit9f0b89668b7f1e8962a3bbdbc44fa3abd2f1c161 (patch)
tree772a7d5cc2fa8cd223ddc19bdee915850861e5a5
parentcbb4e35133ff70b5be47660b0ed2f0fde22ddc19 (diff)
close table tag
-rw-r--r--httemplate/search/report_cust_bill_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_bill_pkg.html b/httemplate/search/report_cust_bill_pkg.html
index f121ef4..e1b45ec 100644
--- a/httemplate/search/report_cust_bill_pkg.html
+++ b/httemplate/search/report_cust_bill_pkg.html
@@ -3,7 +3,7 @@
<FORM ACTION="cust_bill_pkg.cgi" METHOD="GET">
<!--<INPUT TYPE="hidden" NAME="magic" VALUE="_date">-->
-<TABLE BGCOLOR="#cccccc" CELLSPACING=0
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<& /elements/tr-select-agent.html,
curr_value => scalar( $cgi->param('agentnum') ),