TAMULib / fw-registry

MIT License
0 stars 2 forks source link

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

Open kaladay opened 4 months ago

kaladay commented 4 months ago

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.