The following code segments are highlighted incorrectly.
<script>
var v0, v1, v2, v3;
if (v0 == "s1") {
cell.innerHTML = "s2";
} else if (v1 != "") {
cell.innerHTML = "<%=MessageFormat.format
(messageBundle.getString("m1"), new Object[]
{"<SPAN>\" + v1 + \"</SPAN>"})%>";
} else if (v2 != "") {
cell.innerHTML = "<%=MessageFormat.format
(messageBundle.getString("m2"), new Object[]
{"<SPAN>\" + v2 + \"</SPAN>"})%>";
} else {
cell.innerHTML = "<%=MessageFormat.format
(messageBundle.getString("m3"), new Object[]
{"<SPAN>\" + v3 + \"</SPAN>"})%>";
}
</script>
snli@hotmail.com
Screenshot
Logged In: YES
user_id=313042
Fixed.