If you did want to hide it you could just put this in your stylesheet:
#form-allowed-tags {
display:none;
}
Another solution is just to hide the code. In your style sheet just put:
#form-allowed-tags {
display:none;
}
I’m having the same issue. Anyone know what’s going on?