Is it possible that jQuery would insert tbody tags into the DOM for tables that do not have them?
I am beginning to suspect that jQuery is the reason these tbody tags are "appearing" in the rendered source of my pages, despite the tables not having tbody tags in my code. /alex

