Skip to content

Commit

Permalink
forgot question marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Aug 7, 2015
1 parent ac1ed60 commit cf042e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/zfc-datagrid/renderer/jqGrid/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ foreach($this->rowStyles as $style){
}
if($cssClass != ''){
$cssClass = '$(\'#\' + row.idConcated).find(\'td\').addClass('.$cssClass.');';
$cssClass = '$(\'#\' + row.idConcated).find(\'td\').addClass(\'' . $cssClass . '\');';
}
if ($style->hasByValues() === true) {
Expand Down

0 comments on commit cf042e7

Please sign in to comment.