Commit 419a21c1764ec844779588901598eda89c482b17
1 parent
7d1462af
14.09.16
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
frontend/widgets/Seo.php
| ... | ... | @@ -195,9 +195,7 @@ class Seo extends Widget |
| 195 | 195 | 'name' => 'description', |
| 196 | 196 | 'content' => $this->getDescriptionString($array) |
| 197 | 197 | ]); |
| 198 | - } | |
| 199 | - | |
| 200 | - if (!empty($description)) { | |
| 198 | + }elseif (!empty($description)) { | |
| 201 | 199 | |
| 202 | 200 | $this->getView()->registerMetaTag([ |
| 203 | 201 | 'name' => 'description', | ... | ... |