Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -222,7 +222,7 @@ function bootstrap_forms_preprocess_form_element_label(&$variables) {
if (isset($element['#tooltip_expand'])) {
$tip = ['#theme' => 'tooltip'];
$variables['title']['#markup'] .= drupal_render($tip);
$variables['title']['#markup'] .= \Drupal::service('renderer')->render($tip);
}
Loading