Looks like a bug in the JavaScript parser.
Line is:
document.write('"<span class="xxxx"><span class="xxxxx"><span>Listen all</span></span></span><span class="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"></span></a><a href="xxxxxxxxxxx" target="_blank" onclick="return pop(this.href);">xxxxxxxxxxxxxxxxxxxxxxxxxx</a></font></p>');
It's mis-highlighting - especially the end of the line in red. Strangely, if you remove some of the 'x's in the strings to make the line shorter, it fixes itself. For example, remove two 'x's and it seems to highlight properly.
Comments