diff options
Diffstat (limited to 'httemplate/view/cust_main/contacts.html')
-rw-r--r-- | httemplate/view/cust_main/contacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 83a638026..22a7b9584 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -125,7 +125,7 @@ % foreach my $phone (qw(daytime night mobile)) { % next if !$cust_main->get($phone); <TR> - <TD ALIGN="right"><% $phone_label{$phone} %></TD> + <TH ALIGN="right"><% $phone_label{$phone} %></TD> <TD COLSPAN=3> <& /elements/phonenumber.html, $cust_main->get($phone), |