If you put the BBCode filter after the HTML Correcter, and a user enters [/quote], the end tag still gets filtered into a closing div tag. This is bad, as it effs the ess out of most modern layouts.
The test file doesn't check for this case, so that's probably why it's missed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bbcode-filter.inc_.patch | 362 bytes | jacobangel |
Comments
Comment #1
jacobangel commentedTo clarify if someone were to post:
becomes
or whatever exactly end tags get filtered to be.
Comment #2
jacobangel commentedI wrote up a quick patch.
Sorry if I screwed up doing it; it's my first patch.
Comment #3
naudefj commented