fix tyops
authorjeff <jeff>
Fri, 27 Apr 2007 21:29:17 +0000 (21:29 +0000)
committerjeff <jeff>
Fri, 27 Apr 2007 21:29:17 +0000 (21:29 +0000)
httemplate/view/cust_main/contacts.html

index 0a0ba24..b14769f 100644 (file)
@@ -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>