Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Clean up script tags in WordPress Reply To: Clean up script tags in WordPress

#157474
__
Participant

I’ll second that. I once decided to refactor a cms (I think it was Concrete5) to output html4.01 strict instead of xhtml… I worked on it for three weeks, completely broke the system a dozen times, and eventually decided it didn’t really matter. Either use something the way it was designed, or make your own.

If WP is outputting valid, cross-browser markup (type="text/javascript" won’t hurt anything), then don’t worry about it.