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

Use three braces instead of two, in general. #375

Open
kaladay opened this issue Jun 18, 2024 · 0 comments · Fixed by #376
Open

Use three braces instead of two, in general. #375

kaladay opened this issue Jun 18, 2024 · 0 comments · Fixed by #376
Labels
tech debt When development teams take actions to expedite a deliverable.

Comments

@kaladay
Copy link
Contributor

kaladay commented Jun 18, 2024

Refactor the code to use three braces instead of two for all build time variables.

This is because two braces results in the value being escaped as HTML.

Only in the cases where escaped HTML is used should the two braces be used.

@kaladay kaladay added the tech debt When development teams take actions to expedite a deliverable. label Jun 21, 2024
@kaladay kaladay linked a pull request Jun 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt When development teams take actions to expedite a deliverable.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant