Skip to content

Commit

Permalink
Fix bug in openideal_demo_content module. (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvelychenko committed Mar 24, 2021
1 parent 98fe601 commit c1843ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openideal_user/openideal_user.tokens.inc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function openideal_user_tokens($type, $tokens, array $data, array $options, Bubb
'type' => 'text_trimmed',
'settings' => ['trim_length' => 130],
]);
$replacements[$original] = Drupal::service('renderer')->render($body);
$replacements[$original] = Drupal::service('renderer')->renderPlain($body);
}
break;

Expand Down

0 comments on commit c1843ca

Please sign in to comment.