diff options
Diffstat (limited to 'httemplate/view/prospect_main.html')
| -rw-r--r-- | httemplate/view/prospect_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 1c8195672..9e85348af 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -32,7 +32,7 @@ % foreach my $contact ( $prospect_main->contact ) { <TR> - <TD ALIGN="right">Contact</TD> + <TD ALIGN="right"><% $contact->contact_classname %> Contact</TD> <TD BGCOLOR="#FFFFFF"><% $contact->line %></TD> </TR> %} |
