diff --git a/tests/manual/list.js b/tests/manual/list.js index 7441f0c..4cad2be 100644 --- a/tests/manual/list.js +++ b/tests/manual/list.js @@ -17,7 +17,7 @@ import List from '../../src/list'; ClassicEditor .create( document.querySelector( '#editor' ), { plugins: [ Enter, Typing, Heading, Paragraph, Undo, List, Clipboard ], - toolbar: [ 'headings', 'bulletedList', 'numberedList', 'undo', 'redo' ] + toolbar: [ 'headings', '|', 'bulletedList', 'numberedList', 'undo', 'redo' ] } ) .then( editor => { window.editor = editor; diff --git a/tests/manual/nestedlists.js b/tests/manual/nestedlists.js index 269aa61..fa1bfe7 100644 --- a/tests/manual/nestedlists.js +++ b/tests/manual/nestedlists.js @@ -18,7 +18,7 @@ import List from '../../src/list'; ClassicEditor .create( document.querySelector( '#editor' ), { plugins: [ Enter, Typing, Heading, Paragraph, Undo, List, Clipboard, Link ], - toolbar: [ 'headings', 'bulletedList', 'numberedList', 'undo', 'redo' ] + toolbar: [ 'headings', '|', 'bulletedList', 'numberedList', 'undo', 'redo' ] } ) .then( editor => { window.editor = editor; diff --git a/theme/icons/bulletedlist.svg b/theme/icons/bulletedlist.svg index a391cdf..023f7f8 100644 --- a/theme/icons/bulletedlist.svg +++ b/theme/icons/bulletedlist.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/numberedlist.svg b/theme/icons/numberedlist.svg index 573849e..7f852c8 100644 --- a/theme/icons/numberedlist.svg +++ b/theme/icons/numberedlist.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file