I’ve noticed that Amrita2 (which uses REXML), automagically compresses
empty tags, for example:
becomes just
Is there any way to turn this behavior off? It doesn’t play well with
textarea tags, which must always be matched by a full closing tag (</
textarea>).
Is there any way to turn this behavior off? It doesn’t play well with
textarea tags, which must always be matched by a full closing tag (</
textarea>).