-
Bug
-
Resolution: Fixed
-
Low
-
3.10.2
-
3.1
-
Several of the Jelly examples include the comment tag:
<!- other jelly tags ->
If the example is run as listed it will produce an error:
Exception: java.io.IOException: expected '=', got 'j'
java.io.PrintWriter@3aecf2e6
If it is changed to:
<!-- other jelly tags -->
Then the examples work fine.