<script>alert(/xss/)</script>
became perfectly safe
<script>alert(/xss/)</script>
which was not interpreted as Javascript by the browser.
But still, the code had two vulnerabilities - one allowed for an XSS in Firefox browsers, the other - in Internet Explorer (6,7,8). Today we'll talk about the Firefox one (SPOILERS AHEAD!)