Whitespace

This commit is contained in:
Thomas Gelf 2014-03-04 11:17:27 +00:00
parent 8c78600841
commit 6d3db4732a
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class Pane implements Widget
{
$html = PHP_EOL;
foreach ($this->components as $component) {
$html .= PHP_EOL.$component->render($view);
$html .= PHP_EOL . $component->render($view);
}
return $html;
}