Commit f6935232f555ed171fc59d3ae9144fa6ad48d384

Authored by Administrator
1 parent 118cf3a2

29.06.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/widgets/Seo.php
... ... @@ -153,7 +153,7 @@ class Seo extends Widget
153 153  
154 154 }
155 155  
156   - return $this->getTitleString($array);
  156 + return ucfirst($this->getTitleString($array));
157 157  
158 158 } else if (!empty($title)) {
159 159 return ucfirst($title);
... ...