1) Create a menu with a Text separator parent, single article child.
2) Create a breadcrumb module anywhere on the page.
3) Navigate to the single article menu item (underneath the text separator)
Home > Text Seperator (no link) > Single Article (active)
Home > > Single Article (active)
(the text separator is not displayed)
Joomla 3.4.8 (looks like as far back as
Unless this is a feature, it looks like line 58 of modules/mod_breadcrumb/tmpl/default.php
<?php $item->name; ?>
should be
<?php echo $item->name; ?>
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-02-17 20:50:32 |
Closed_By | ⇒ | brianteeman |
Thanks for reporting this. It has already been reported and fixed for 3.5