anowell / quasar

An experimental rust-to-{wasm,asmjs} frontend framework.
https://anowell.github.io/quasar/
MIT License
184 stars 4 forks source link

Terminate <input> elements in Maud example #3

Closed lambda-fairy closed 7 years ago

lambda-fairy commented 7 years ago

Without a trailing slash to terminate the <input>, Maud would treat whatever comes afterward as a child of the element.

anowell commented 7 years ago

Thanks!