Following simple code can emit confusing backtrace. (the Real error is hidden by another error). ```html <!yatt:args uid> <form method="POST"> &yatt:mkhidden(uid); <button type="submit">NEXT</button> </form> ```
Following simple code can emit confusing backtrace. (the Real error is hidden by another error).