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
3b1b61d7bd62662397e341b819e363b5889d5ff7
Authored by
Alex Savenko
2016-12-15 14:03:56 +0200
1 parent
9270bbe6
seo h1 fix
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/widgets/Seo.php
Inline
Side-by-side
frontend/widgets/Seo.php
Wrap text
Show/Hide comments
View file @
3b1b61d
...
...
@@ -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) {
...
...