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.
Currently, this breaks:
... because
textareais 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.