occasionally, people post issue followups that leave stray html tags open. for example:
even posting a followup that tries to close the open strong tags doesn't help, due to some div / markup mojo i don't fully understand. i've recreated the problem on a local test site, and nothing i do closes the open tags. i've seen this with strong, pre, em, etc, etc.
i mentioned this on #drupal, and drumm said "there are input format filters that close tags".
he was talking about:
http://drupal.org/project/htmlcorrector
even though no one's touched it in over a year, and it's never been branched for 4.7, it appears to work just fine on my local test sites running head and 4.7. i'm not much of a filter expert, so my brief review of the code wasn't all that helpful, but it seems reasonable. it definitely solves the problem. ;)
would y'all consider enabling this on d.o? it was written by steven, so i'm assuming it's safe, happy, etc.
thanks,
-derek
Comments
Comment #1
dwwin email, steven mentioned:
to which, i replied:
just wanted to record this discussion here in case anyone else is thinking the same things...
Comment #2
dwwi just noticed that someone (presumably steven) finally turned this on on d.o, but never closed this issue. don't know who or when, but at least the issue queues aren't so fubar anymore when people are sloppy with tags in their follow-ups. yay.