summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-27 21:29:17 +0000
committerjeff <jeff>2007-04-27 21:29:17 +0000
commite020b4827412cab51a0e03a44655b3cfc4854f41 (patch)
treeaf5048a2abbd32a79b0e1c364a6de56d73b9c89a
parent90734757a4a92e52ddf4775a79c7ba5446863e93 (diff)
fix tyops
-rw-r--r--httemplate/view/cust_main/contacts.html4
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') || '&nbsp;' %></TD>
- <TD ALIGN="right"><% $stateid_state_label %><\TD>
- <TD BGCOLOR="#ffffff"><% $cust_main->stateid_state || '&nbsp' %></TD>
+ <TD ALIGN="right"><% $stateid_state_label %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->stateid_state || '&nbsp;' %></TD>
</TR>
% }
</TABLE></TD></TR></TABLE>