From 2ed86ddae574ce45d80034cc080e46cab0a099fd Mon Sep 17 00:00:00 2001 From: dozer111 Date: Thu, 24 May 2018 17:56:24 +0200 Subject: [PATCH] Поправил баг с 2м телефоном в контактах --- frontend/views/site/contact.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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