Home › Forums › Back End › Clean up script tags in WordPress › Reply To: Clean up script tags in WordPress
November 30, 2013 at 9:39 pm
#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.