Text to HTML to Text

Found in an application built circa 2001 (I’ve replaced the descriptive variable names with $xxx):

$xxx = $this->htmlToText('<span>' . $xxx->get_lead_title() . '</span>');

So… first we wrap something in <span> tags, and then we convert the HTML to text?

Awesome.