Skip to content

Commit a80f4d2

Browse files
authored
Merge pull request #288 from digitv/master
FIX wrapper options for bootstrap theme
2 parents 92a62a0 + 45e6439 commit a80f4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/TableRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public function renderCellContent($column, $index, $columnIndex = null)
309309

310310
$wrapperOptions = ['class' => 'field-' . $id];
311311
if ($this->isBootstrapTheme()) {
312-
Html::addCssClass($options, 'form-group');
312+
Html::addCssClass($wrapperOptions, 'form-group');
313313
}
314314

315315
if ($hasError) {

0 commit comments

Comments
 (0)