LoganMeitz / votefinder

GNU General Public License v3.0
2 stars 2 forks source link

3.6 dev #39

Closed rjmagley closed 4 weeks ago

rjmagley commented 1 month ago

Slight updates to how bbcode is generated - something about template rendering changed, and attempting to use & in the template ends up getting overwritten with & no matter what combination of escaping on/off/safe-ing the template output works. The horrible quick fix is to just do a find-and-replace in JS in game.html for now.

The way templates are managed desperately needs a rewrite, but this is a patch on it for now.