Commit 16688be221afe5b870ff345df7132b39e4dbf580

Authored by Administrator
1 parent 419a21c1

14.09.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/widgets/Seo.php
... ... @@ -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  
... ...