Community
Participate
Working Groups
<script> <!-- function fun1(parm){ fun2(parm); alert(parm); return; } function fun2(parm2){ <% if(true) {} %> alert(parm2); return; } // --> </script> - Missing semicolon - Syntax error on token "_$tag___________________________", { expected
Created attachment 192493 [details] patch This is a backport of changes already in 3.2.4 and HEAD.
Nitin, why did you unreview this?
Created attachment 192672 [details] Updated patch
Committed to R3_0_5_patches