Vedo che non basta postare la soluzione, ma bisogna anche spiegarla!
Il problema descritto è causato dal modulo "Immagini casuali"Per risolverlo, in attesa di un nuovo update di Joomla che comprenda il "fix", occorre aprire questo file:
modules\mod_random_image\tmpl\default.php
e sostituire l'intera riga 16 con questa nuova riga:
<?php echo JHtml::_('image', $image->folder . '/' . htmlspecialchars($image->name, ENT_COMPAT, 'UTF-8'), htmlspecialchars($image->name, ENT_COMPAT, 'UTF-8'), array('width' => $image->width, 'height' => $image->height)); ?>
Adesso è chiaro?
PS Autodidatta anche io...