Bug in plugin Articles Anywhere, call for article custom field value, used as class for table or div, not correct working. Bug appear in plugin started from version 10.7.1, before it works without errrors.
Steps to reproduce bug:
1. Place <div id="1" class="{article #1}[status]{/article}">text</div> where "status" is custom field of article,
2. Expected result is <div id="1" class="status">text</div>
but in fact it is
<div id="1" class="<span class=" field-value="" "="">Reserved">text</div>
So we expect get Class from custom field, but receive "field-value="" "="">Reserved">"