Commit 893ae9d9bda48821e7da9fbc516094d1ea0832fd

Authored by alex
1 parent cbb6e12f

footer little ',' delete fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -933,7 +933,7 @@ _________________________________________________________ -->
933 933  
934 934 <h4>Контактная информация</h4>
935 935  
936   - <p><?= $settings->street . ', ' . $settings->house ?>
  936 + <p><?= $settings->street . $settings->house ?>
937 937 <br> <?= $settings->city . ',' ?><?= $settings->country ?>
938 938 <br>
939 939 <strong>
... ...