summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/search/contact.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/search/contact.html b/httemplate/search/contact.html
index 35a74a593..50935baf4 100644
--- a/httemplate/search/contact.html
+++ b/httemplate/search/contact.html
@@ -162,10 +162,10 @@ my %classname =
# And now for something completly different:
my @report = (
- { label => 'First', field => sub { encode_entities shift->contact_first }},
- { label => 'Last', field => sub { encode_entities shift->contact_last }},
- { label => 'Title', field => sub { encode_entities shift->contact_title }},
- { label => 'E-Mail', field => sub { encode_entities shift->contact_email_emailaddress }},
+ { label => 'First', field => 'contact_first' },
+ { label => 'Last', field => 'contact_last' },
+ { label => 'Title', field => 'contact_title' },
+ { label => 'E-Mail', field => 'contact_email_emailaddress' },
{ label => 'Work Phone', field => $get_phone_sub->('Work') },
{ label => 'Mobile Phone', field => $get_phone_sub->('Mobile') },
{ label => 'Home Phone', field => $get_phone_sub->('Home') },