I had a custom search format that added a class to the Priority display so I can highlight it according to the priority number. After upgrading from 4.0.1 to 4.0.8, I can no longer add classes or ids to any of the format elements.<br>

<br>Here is the original format entry that got changed:<br><br>'   <b><a href="/Ticket/Display.html?id=__id__">__id__</a></b>/TITLE:#',<br>'<div style="text-align: center;" <span style="color:rgb(255,0,0)">class="pri-__Priority__"</span>>__Priority__</div>',<br>

'__Created__',<br>'<b><a href="/Ticket/Display.html?id=__id__">__Subject__</a></b>/TITLE:Subject',<br>'<a href="/Ticket/Display.html?Action=Take&amp;id=__id__">Take</a>/TITLE:&nbsp; '<br>

<br>If I try and change it back, the class definition disappears when i click apply.<br><br><br>How can I add a class or ID to an element within a search format?<br><br>Thanks.<br><br><br>Leo.