{{if inventory.title.length > 38}}
<p class="p1">
{{>(inventory.title.substring(0, 38) + '...').trim()}}
</p>
How do I correct this code to display in IE previous to IE9. I continue to get the following
Error: Object doesn't support property or method 'trim'.