This commit is contained in:
richard-loafle 2020-01-29 13:02:32 +09:00
parent 468262cf43
commit 4010b0f2ef

View File

@ -246,6 +246,7 @@ export class StringUtil {
'<': '&lt;',
'>': '&gt;',
'"': '&quot;',
// tslint:disable-next-line: quotemark
"'": '&#39;'
}[m])
);