Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Incomplete
-
Component/s: core
-
Similar Issues:
Description
in a groovy view somthing like:
script("""
for(i = 0; i < 10; i++)
""")
will be converted to:
for(i = 0; i < 10; i++)
the second < should be escaped with (without spaces) & lt ;