Skip to content

Commit

Permalink
Correct one line for phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
KinderGouello committed Jul 27, 2014
1 parent def1fce commit 72ba09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Helper/BsFormHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public function datepicker($fieldName, $optionsDP = array(), $options = array())
if (!isset($optionsDP['label'])) {
$out .= '<div class="dp-container">';
$out .= '<div class="col-md-' . $this->__right . ' col-md-offset-' . $this->__left . '">';
}else{
} else {
$out .= '<label class="control-label col-md-' . $this->__left . '">' . $optionsDP['label'] . '</label>';
unset($optionsDP['label']);
$out .= '<div class="dp-container">';
Expand Down

0 comments on commit 72ba09d

Please sign in to comment.