-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.10.2
-
Component/s: Administration - Others, Documentation - All
-
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.