Skip to content

Commit

Permalink
Removed unnecessary blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Feb 3, 2014
1 parent 5f5570e commit a0e3a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/grid/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected function renderFooterCellContent()
{
return trim($this->footer) !== '' ? $this->footer : $this->grid->emptyCell;
}

/**
* Get the raw data cell content.
* @param mixed $model the data model
Expand Down

0 comments on commit a0e3a3b

Please sign in to comment.