From f6935232f555ed171fc59d3ae9144fa6ad48d384 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 7 Jul 2016 19:33:35 +0300 Subject: [PATCH] 29.06.16 --- frontend/widgets/Seo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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