On 29 Dec 2005 17:27:44 -0200, Jorge Godoy <[EMAIL PROTECTED]> wrote: > You are correct. But both my input and output have a space. :-) I read > somewhere that IE gets lost without it and I got used to adding this single > space...
IE actually gets confused on the <script src="foo.js" /> syntax, hence Jeff's complaints. Adding the space removes the <script></script>::<script/> equivalence and prevents this.

