diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 53b790d..902850a 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -195,9 +195,7 @@ class Seo extends Widget 'name' => 'description', 'content' => $this->getDescriptionString($array) ]); - } - - if (!empty($description)) { + }elseif (!empty($description)) { $this->getView()->registerMetaTag([ 'name' => 'description', -- libgit2 0.21.4