Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
tr committed Aug 13, 2012
2 parents 83b3126 + c84eff4 commit cd43780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function render()
$result .= "\n";
} else {
// Else check if we have to draw the row separator
if (!$hasHorizontal){
if (!$hasHorizontal) {
$drawSeparator = false; // there is no horizontal character;
} elseif ($this->autoSeparate & self::AUTO_SEPARATE_ALL) {
$drawSeparator = true;
Expand Down

0 comments on commit cd43780

Please sign in to comment.