Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8
-
None
-
Unit
-
Description
THe following code
{{html wiki="false"}}
<script>
var a = 1;
if (a>0)
alert(a);
</script>
{{/html}}
Makes a JS error because > is converted. Scripts should be keps as is
Attachments
Issue Links
- is related to
-
XWIKI-3567 HTML macro breaking on javascript
-
- Closed
-