Commit d2055d417cb65703a7ada12e4c0d2bf9e4b7a225

Authored by Anastasia
1 parent 16fcc913

- bug fix

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: ?>
... ...