You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... because textarea is not a self-closing tag, and thus it fails in the templating TP's HTML parser. However, there is no error propagated back to the IDE about this. There should be.
The text was updated successfully, but these errors were encountered:
Currently, this breaks:
... because
textarea
is not a self-closing tag, and thus it fails in the templating TP's HTML parser. However, there is no error propagated back to the IDE about this. There should be.The text was updated successfully, but these errors were encountered: