Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
79a72f4234eb2e4f4e6db668b85289aa35028cdc
Authored by
Alex Savenko
2016-12-15 13:24:11 +0200
1 parent
9511ef18
seo h1 fix
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
frontend/widgets/Seo.php
Inline
Side-by-side
frontend/widgets/Seo.php
Wrap text
Show/Hide comments
View file @
79a72f4
...
...
@@ -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);
...
...