diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-08 23:07:09 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-08 23:07:09 -0500 |
| commit | 6f4874fa20d4fa156dd762d5dacefd8a2e656bf0 (patch) | |
| tree | b2258517e17d4b1971789959fa3868c5c58d2e59 /webAO/encoding.js | |
| parent | 63a282481d033640a87f97b74f31136410c93717 (diff) | |
Lots of changes
Diffstat (limited to 'webAO/encoding.js')
| -rw-r--r-- | webAO/encoding.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/encoding.js b/webAO/encoding.js index 21b5aa7..e6cc3ae 100644 --- a/webAO/encoding.js +++ b/webAO/encoding.js @@ -28,7 +28,7 @@ export function unescapeChat(estring) { * XXX: This is unnecessary if we use `createTextNode` instead! * @param {string} unsafe an unsanitized string */ -export function safe_tags(unsafe) { +export function safeTags(unsafe) { if (unsafe) { return unsafe .replace(/>/g, '>') |
