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