Commit ad777c5910896617e88b5e56644cfcf5ca113535

Authored by alex
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 63 <?php
64 64 echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone);
65 65 if (!empty( $settings->phone2 )) {
66   - echo '&nbsp;';
  66 + echo '<br>';
67 67 echo Html::a(
68 68 Html::tag('strong', $settings->phone2),
69 69 "tel:" . $settings->phone2
... ...