Special characters must be escaped.
I am getting this error message on this line of code:
<div class="newslist" id="newslist"spry:region="ds2">
It is to put text from a new-list file.
Here is the complete code:
<div class="events-box" id="events-box"><h3>News</h3>
<div class="newslist" id="newslist"spry:region="ds2">
<table>
<tr>
<th spry:sort="Events"> </th>
</tr>
<tr spry:repeat="ds2">
<td>{Events}</td>
</tr>
</table>
</div>
</div>
