Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
7b21b31284
|
@ -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 + '>');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue