core/modules/editor/editor.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/editor/editor.install b/core/modules/editor/editor.install index ab04cec26f..1f506448ca 100644 --- a/core/modules/editor/editor.install +++ b/core/modules/editor/editor.install @@ -47,7 +47,7 @@ function (EditorInterface $editor): bool { $requirements['ckeditor'] = [ 'title' => new TranslatableMarkup('CKEditor 4 is reaching its end-of-life in 2023!', [ - ':cke4_eol_url' => 'https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_support.html' + ':cke4_eol_url' => 'https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_support.html', ]), 'value' => new TranslatableMarkup('CKEditor 5 is stable and enabled by default since Drupal 9.5.0. CKEditor 4 was deprecated simultaneously, and has been removed in Drupal 10.'), ];