Skip to content
Snippets Groups Projects
Commit f1699142 authored by Marnix van Balgooi's avatar Marnix van Balgooi Committed by Joris Vercammen
Browse files

Issue #2840579 by ckng, Mirnaxvb: 'is-active' class is not in array

parent 861ac0f9
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ abstract class WidgetPluginBase extends PluginBase implements WidgetPluginInterf
}
if ($result->isActive()) {
$items['#attributes'] = ['class' => 'is-active'];
$items['#attributes'] = ['class' => ['is-active']];
}
$items['#wrapper_attributes'] = ['class' => $classes];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment