Trim the field down to the specified length.
function render_trim_text($alter, $value) {
if (!empty($alter['strip_tags'])) {
// NOTE: It's possible that some external fields might override the
// element type.
$this->definition['element type'] = 'span';
}
return views_trim_text($alter, $value);
}