Skip to content

Commit

Permalink
New version 3.1.23. Read more https://github.com/xdan/jodit/releases/…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 31, 2018
1 parent d6683cf commit a61d69e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/jodit.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/jodit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.1.22",
"version": "3.1.23",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/pluginsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ describe('Test plugins', function () {
data.ctrlKey = true;
});

expect('<ol><li>test<em> tes</em>t test<br></li></ol>').to.be.equal(editor.getEditorValue());
expect('<ol><li>test<em> tes</em>t test</li></ol>').to.be.equal(editor.getEditorValue().replace('<br>', ''));
});
});
});
Expand Down

0 comments on commit a61d69e

Please sign in to comment.