1.18.4
Fixed
- Some characters where not properly escaped. Reported by @pwhe23. Fixed by @linkdotnet.
- Clicking a submit button or submit input element inside a form, submits the form, if the submit button or submit input element does not have the
@onclick:preventDefault
attribute set. Reported by @linkdotnet. Fixed by @egil.