Commit ad777c5910896617e88b5e56644cfcf5ca113535
1 parent
2ed86dda
Поправил баг с 2м телефоном в контактах
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/site/contact.php
@@ -63,7 +63,7 @@ JS; | @@ -63,7 +63,7 @@ JS; | ||
63 | <?php | 63 | <?php |
64 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); | 64 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); |
65 | if (!empty( $settings->phone2 )) { | 65 | if (!empty( $settings->phone2 )) { |
66 | - echo ' '; | 66 | + echo '<br>'; |
67 | echo Html::a( | 67 | echo Html::a( |
68 | Html::tag('strong', $settings->phone2), | 68 | Html::tag('strong', $settings->phone2), |
69 | "tel:" . $settings->phone2 | 69 | "tel:" . $settings->phone2 |