XSS injections?
In that function striptags, I did the probably not recommended modification to not strip the tags and just return the raw string (which I won't even post so that it doesn't accidentally make it into someone else's install).
This fixed my problem of being able to post certain code snips in and have it not think that
I wanted to understand what my vulnerability is, and I posted something that I found on google, but it doesn't appear to have any ill effects. I just displays what was posted in.
by the way.... kudos to all the developers of this package, I've been looking through code trying to find some things, and it's really well designed and thought out.