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
16688be221afe5b870ff345df7132b39e4dbf580
Authored by
Administrator
2016-11-01 13:03:43 +0200
1 parent
419a21c1
14.09.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 @
16688be
...
...
@@ -387,7 +387,7 @@ class Seo extends Widget
387
387
if($name == 'category' ){
388
388
$row = $field.' '.$row;
389
389
} else {
390
- $row .= $field['
name'] .' '.$field['
value'].' ' ;
390
+ $row .= $field['
value'].' ' ;
391
391
}
392
392
393
393
...
...