[go: up one dir, main page]

Menu

#65 JSP/JavaScript Syntax Highlight Bug?

colorer-take5
closed-fixed
nobody
5
2004-11-23
2004-11-04
Anonymous
No

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

Discussion

  • Nobody/Anonymous

    Screenshot

     
  • Igor Russkih

    Igor Russkih - 2004-11-23

    Logged In: YES
    user_id=313042

    Fixed.

     
  • Igor Russkih

    Igor Russkih - 2004-11-23
    • status: open --> closed-fixed
     

Log in to post a comment.