diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php index 81b1c2e..35802e7 100755 --- a/frontend/views/site/contact.php +++ b/frontend/views/site/contact.php @@ -64,7 +64,9 @@ JS; echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); if (!empty( $settings->phone2 )) { echo ' '; - echo Html::a('strong', $settings->phone2, "tel: {$settings->phone2}"); + echo Html::a( + Html::tag('strong', $settings->phone2, "tel:" . $settings->phone2) + ); } ?>

-- libgit2 0.21.4