Commit 2ed86ddae574ce45d80034cc080e46cab0a099fd

Authored by alex
1 parent 245556ec

Поправил баг с 2м телефоном в контактах

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/views/site/contact.php
... ... @@ -65,7 +65,8 @@ JS;
65 65 if (!empty( $settings->phone2 )) {
66 66 echo ' ';
67 67 echo Html::a(
68   - Html::tag('strong', $settings->phone2, "tel:" . $settings->phone2)
  68 + Html::tag('strong', $settings->phone2),
  69 + "tel:" . $settings->phone2
69 70 );
70 71 }
71 72 ?>
... ...