Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent needlessly escapeing player names #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

magneticflux-
Copy link

@magneticflux- magneticflux- commented Apr 26, 2021

Handlebars already does this, so doing it twice causes issues: https://handlebarsjs.com/guide/expressions.html#html-escaping
Closes #57

@magneticflux-
Copy link
Author

typescript-eslint seems to have updated and broken CI. It wasn't pinned and the lockfile isn't committed so npm ci didn't run, which let it select the most recent version. Commit your package-lock.json! It's there for a reason!

a000fb1 😠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Names on the game over screen are HTML escaped
1 participant