summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-06 21:05:36 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-06 21:05:36 -0700
commit1606f8ad9cacb4066dd60a8d04df20b6f3d1201a (patch)
tree5c7149a1adb76bba5207ba76150b6b4cf4d7224f
parent89eff2af607109c7e8f3afd779622ce17a419d13 (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 f121ef49f..e1b45ece9 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') ),