I am a bit amazed that no one reported the little typo until recently that caused images not to display.

In html_output.php:

*** Bad code (look for "$images .="): ***
return '';

*** Good code: ***
return '';

FULL PACKAGE!

More...