default template from mod_breadcrumbs is missing echo
modules/mod_breadcrumbs/tmpl/default.php line 58
<?php $item->name; ?>
changed to
<?php echo $item->name; ?>
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-15 10:36:09 |
Closed_By | ⇒ | brianteeman |
It has already been corrected in the
staging
with #7839 and will be fixed in the next Joomla! release.