Hotfix: replace all ">" and "<" in username #37

Merged
ihatenodejs merged 1 commit from fix-escaping-issue into main 2025-04-15 03:38:00 +00:00
ihatenodejs commented 2025-04-15 01:07:15 +00:00 (Migrated from github.com)

This will replace all instances of ">" and "<" in the user's name. Just using .replace will replace only one instance in the string.

Fixes #36

This will replace all instances of ">" and "<" in the user's name. Just using `.replace` will replace only one instance in the string. Fixes #36
GiovaniFZ (Migrated from github.com) reviewed 2025-04-15 01:07:15 +00:00
Sign in to join this conversation.
No description provided.