this is a long title $total_length = strlen($string); $stripped_length = strlen(strip_tags($string)); $length = $length + $total_length - $stripped_length; return str_pad(substr($string, 0, $length), $length, " ", $padding); } public static function style($string, $format) { return sprintf('<%2$s>%1$s', $string, $format); } } /* End of file TwigFormatters */