Joomla string truncate with ellipsis, preserving html tag
<?php // ads ellipsis(...) outside of html tag JHtml::_('string.truncateComplex', $item->introtext, 150, true) ?>