Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f6935232f555ed171fc59d3ae9144fa6ad48d384
Authored by
Administrator
2016-07-07 19:33:35 +0300
1 parent
118cf3a2
29.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/widgets/Seo.php
Inline
Side-by-side
frontend/widgets/Seo.php
Wrap text
Show/Hide comments
View file @
f693523
...
...
@@ -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);
...
...