Topic: Cut short HTML, tag balancing
When sending a piece of HTML to a web app it often happens that the message transmission is interrupted, ending after < and before >, or in between quotes in an attribute , it seems that htmLawed does not correct for this very common problem, even with tag balancing turned on. Is that right? Should I write my own PHP code to solve this problem?
Thank you for htmLawed, it is awesome!