Commit ce746957b43da8f273ab14dbe547f5fbcc261d89
1 parent
64e48993
14.09.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/widgets/Seo.php
| ... | ... | @@ -109,7 +109,7 @@ class Seo extends Widget |
| 109 | 109 | } else { |
| 110 | 110 | if($this->selectSeoData(self::H1) == $this->category_name) { |
| 111 | 111 | |
| 112 | - return $this->selectSeoData(self::H1) . ' ' . $model->name; | |
| 112 | + return ucfirst ( strtolower ($this->selectSeoData(self::H1) . ' ' . $model->name )); | |
| 113 | 113 | }else { |
| 114 | 114 | |
| 115 | 115 | return $this->selectSeoData(self::H1); | ... | ... |