Skip to content
Snippets Groups Projects
Commit ff6ba313 authored by Vikas kumar's avatar Vikas kumar Committed by Fabiano Sant'Ana
Browse files

Issue #3025328 by babusaheb.vikas, Londova, andrey.troeglazov, malcolm_p,...

Issue #3025328 by babusaheb.vikas, Londova, andrey.troeglazov, malcolm_p, wundo, chrisolof: Error: Array to string conversion in Drupal\bootstrap\Plugin\Preprocess\
parent 85771bab
Branches
Tags 8.x-1.0-beta3
No related merge requests found
......@@ -141,7 +141,7 @@ function template_preprocess_captcha(&$variables) {
'#description' => $element['#description'],
'#children' => Markup::create($captcha_children_output),
'#attributes' => [
'id' => ['captcha'],
'id' => 'captcha',
'class' => ['captcha'],
'open' => [''],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment