Commit 79a72f4234eb2e4f4e6db668b85289aa35028cdc

Authored by Alex Savenko
1 parent 9511ef18

seo h1 fix

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