I was updating an email template and made a typo. Now I can't save the template because I get a 400 error "Bad Request your browser sent a request that the server does not understand"
This is the typo (forgot to close the message variable - there are also <hr> elements in the message):
Ažurirani Tiket:
%{poster.name} je upravo poslao poruku vezanu za tiket u kome učestvujete.
%{message
Dobili ste ovu poruku zato što sarađujete na tiketu #%{ticket.number}. Odgovorite na ovaj mejl ili kliknite ovde za kompletnu konverzaciju vezanu za ovaj tiket.
If I'm correct this means the response system wont work and could potentially break the site if the system tries to send this malformed mail.
Please help..