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

pull/1/head
yflory 4 years ago
commit 7b21b31284

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

Loading…
Cancel
Save