kongondo / MenuBuilder

Easily create navigation lists/menus using drag and drop
GNU General Public License v2.0
21 stars 9 forks source link

Needless echo in buildBreadcrumbs() #38

Closed Theominator closed 5 years ago

Theominator commented 5 years ago

In MarkupMenuBuilder.module on line 895 is written a echo $title . '<br>';, perhaps a leftover from developing. This leads to an faulty output when using renderBreadcrumbs() in conjunction with the option "prepend_home", showing the home title plus a break tag before the real breadcrumb markup.

kongondo commented 5 years ago

Thanks for the heads up. Silly mistake on my part. I'll sort it out.

kongondo commented 5 years ago

Fixed in latest commit.