Commit 3b1b61d7bd62662397e341b819e363b5889d5ff7

Authored by Alex Savenko
1 parent 9270bbe6

seo h1 fix

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/widgets/Seo.php
... ... @@ -101,6 +101,7 @@ class Seo extends Widget
101 101  
102 102 $filter = \Yii::$app->request->get('filters', []);
103 103  
  104 + $priority = 0;
104 105 $default = $this->selectSeoData(self::H1, $priority);
105 106  
106 107 if (($default != $this->{self::H1}) || $priority == 1) {
... ...