I have a small script which has a closing tag which looks like this:
</script >
Note the space at the end.
It seems this causes issues in different validators and editors.
Is it invalid to have the space?
UPDATE: You can see in the following fiddle what I mean:
https://jsfiddle.net/vcv59vd7/
The closing script tag is highlighted in red with the space and not without.
I've seen Google have parsing difficulties in the past from invalid code so this is my concern.