?
avatar nathan-4web
nathan-4web
17 Feb 2016

Steps to reproduce the issue

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)

Expected result

Home > Text Seperator (no link) > Single Article (active)

Actual result

Home > > Single Article (active)

(the text separator is not displayed)

System information (as much as possible)

Joomla 3.4.8 (looks like as far back as

Additional comments

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; ?>

avatar nathan-4web nathan-4web - open - 17 Feb 2016
avatar brianteeman
brianteeman - comment - 17 Feb 2016

Thanks for reporting this. It has already been reported and fixed for 3.5

avatar brianteeman brianteeman - change - 17 Feb 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-02-17 20:50:32
Closed_By brianteeman
avatar brianteeman brianteeman - close - 17 Feb 2016

Add a Comment

Login with GitHub to post a comment