diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 60b3f0b..272daa1 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -153,7 +153,7 @@ class Seo extends Widget } - return $this->getTitleString($array); + return ucfirst($this->getTitleString($array)); } else if (!empty($title)) { return ucfirst($title); -- libgit2 0.21.4