diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-20 20:59:30 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-20 20:59:30 -0700 |
commit | 24f8d52f90be8e99b10734f49d451e1e70afdfbc (patch) | |
tree | bfef154c0b04325d246880db437c002fc13207d5 /httemplate/elements/contact.html | |
parent | 275ce0155bd34829ee97b3f0ca48228ca3c5daca (diff) |
normalize contact phone formatting
Diffstat (limited to 'httemplate/elements/contact.html')
-rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 3d5177612..8abce058e 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -31,7 +31,7 @@ % 'phonetypenum' => $1, % }); % if ( $contact_phone ) { -% $value = $contact_phone->phonenum; +% $value = $contact_phone->phonenum_pretty; % $value .= 'x'.$contact_phone->extension % if $contact_phone->extension; % $value = '+'. $contact_phone->countrycode. " $value" |