Why does this filter get rid of "meta" inside the "html" code?
Quote:
****** content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
is supposed to be
meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
with a "<" in front of it.
wtf meta?