Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 2021-03-23 13:35:10 +01:00
commit 7b21b31284
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ var simpleTags = [
'<br />',
];
['a', 'b', 'em', 'p'].forEach(function (tag) {
['a', 'b', 'em', 'p', 'i'].forEach(function (tag) {
simpleTags.push('<' + tag + '>');
simpleTags.push('</' + tag + '>');
});