From e020b4827412cab51a0e03a44655b3cfc4854f41 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 27 Apr 2007 21:29:17 +0000 Subject: [PATCH] fix tyops --- httemplate/view/cust_main/contacts.html | 4 ++-- 1 file 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 @@ <% $stateid_label %> <% $cust_main->masked('stateid') || ' ' %> - <% $stateid_state_label %><\TD> - <% $cust_main->stateid_state || ' ' %> + <% $stateid_state_label %> + <% $cust_main->stateid_state || ' ' %> % } -- 2.20.1