Skip to content

Commit 42568b3

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent d834324 commit 42568b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/AbstractSeoPageController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function setBasicSEO(Page $page)
9999
SEOTools::setDescription(($page->seo_description ?? strip_tags($page->intro)));
100100
SEOTools::opengraph()->setUrl(url()->current());
101101

102-
if($page->seo_keywords){
102+
if ($page->seo_keywords) {
103103
SEOMeta::setKeywords($page->seo_keywords);
104104
}
105105
}

0 commit comments

Comments
 (0)