Commit 0b7094de160ae652523b1a6577b3ca1f223a0027

Authored by Alexey Boroda
2 parents 780e1feb d2055d41

Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -205,7 +205,7 @@ $this->registerMetaTag(
205 205 <div class="row">
206 206 <div class="col-xs-7 col-sm-3 col-md-2 col-lg-2 logo-wrapp">
207 207  
208   - <a itemprop="url" content="<?=\Yii::$app->homeUrl;?>?"
  208 + <a itemprop="url" content="<?=\Yii::$app->homeUrl;?>"
209 209 <?php if(DefaultUrl::current()!=='/site/index'): ?>
210 210 href= "<?php echo \frontend\helpers\Url::home(); ?>">
211 211 <?php else: ?>
... ...