diff options
-rw-r--r-- | httemplate/view/cust_main/contacts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 0a0ba24ff..b14769f78 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -79,8 +79,8 @@ <TR> <TD ALIGN="right"><% $stateid_label %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->masked('stateid') || ' ' %></TD> - <TD ALIGN="right"><% $stateid_state_label %><\TD> - <TD BGCOLOR="#ffffff"><% $cust_main->stateid_state || ' ' %></TD> + <TD ALIGN="right"><% $stateid_state_label %></TD> + <TD BGCOLOR="#ffffff"><% $cust_main->stateid_state || ' ' %></TD> </TR> % } </TABLE></TD></TR></TABLE> |