error : org.attoparser.ParseException: (Line = 384, Column = 194) Malformed markup: Attribute “{%” appears more than once in element
참고 : https://stackoverflow.com/questions/22845828/jquery-or-underscore-template-caused-xml-parser-error-in-thymleaf
Solution :
1 2 3 4 5 6 |
<script id="template-download" type="text/x-tmpl"><![CDATA[ {% for (var i=0, file; file=o.files[i]; i++) { %} ~~~ {% } %} <!-- ]]> --> </script> |