Problem/Motivation
When trying to use the Diff module. I got a fatal error. Because the styles attribute is at some point a string and not an array.
Proposed resolution
In Attributes utility getClasses()
if (\is_string($classes)) {
$classes = \explode(' ', $classes);
}
I will provide a patch in the coming days.
Issue fork ui_suite_bootstrap-3367502
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
grimreaperComment #5
grimreaper