Skip to content

Commit c33805b

Browse files
committed
Remove incorrect attribute remaining from options.
1 parent 9714eaf commit c33805b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/BootstrapPanelHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ protected function _createHeader ($title, $options = [], $titleOptions = []) {
237237
unset($titleOptions['tag']);
238238
$title = $this->Html->tag($tag, $title, $titleOptions);
239239
}
240-
unset($options['escape']);
240+
unset($options['escape'], $options['open']);
241241
return $this->_cleanCurrent().$this->Html->tag('div', $title, $options);
242242
}
243243

0 commit comments

Comments
 (0)