IE8 javascript

2012-05-29

Expected only quick check on IE8, but lost few hours. Try next code in Internet ExploDer 8:

<script type="text/javascript">alert("IE8 is the best");</script>
<script type="text/javascript ">alert("STUPID IE8 will not show this");</script>

Stupid accidental space at wrong place, while Chrome, FF were fine with that. :o(