feature(cloudcmd) improve support of NBSP

This commit is contained in:
coderaiser 2022-04-23 01:23:27 +03:00
parent e129ab6a79
commit 42c8fd7bfe
8 changed files with 40 additions and 39 deletions

View file

@ -1,7 +1,7 @@
'use strict';
const Entities = {
' ': ' ',
// ' ': ' ',
'&lt;': '<',
'&gt;': '>',
'&quot;': '"',