diff --git a/widgets/Seo.php b/widgets/Seo.php index d681db1..8ea9618 100755 --- a/widgets/Seo.php +++ b/widgets/Seo.php @@ -103,7 +103,7 @@ class Seo extends Widget $default = $this->selectSeoData(self::H1, $filter,$priority); - if ($default != $this->{self::H1}) { + if ($default != $this->{self::H1} || $priority == 1) { return $this->prepareString($default); -- libgit2 0.21.4