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.
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.