Describe your issue or idea
In many places in Backdrop we use title callbacks in hook_menu() to set the page titles, while in others we use backdrop_set_title(). The title callback approach has some advantages: it affects breadcrumbs and menu links for example. While the backdrop_set_title() approach is convenient it only affects the current page.
While attempting to use title callbacks instead of backdrop_set_title(), I found that it was not possible to use the t() function and return text that used the placeholder replacement (i.e. t('Edit %title')). Instead you end up with a title that displays with the HTML escaped, such as this:

It would be a good thing if we could make it so that title callbacks could provide already-escaped text, so that we could include HTML in the page titles, as is possible with backdrop_set_title().
Recent comments
I also have a problem with the Taxonomy Menu module. I was trying to associate a menu to a taxonomy using the taxonomy menu, and it doesn't work. I thought it was a problem with the website I'm...
Taxonomy menu module is broken
I was gonna say I'll go off and try them options but the simple link looks like the easiest as it took seconds to implement! Didn't really want to manage outside of BD as that requires...
Set title to Node reference
You could have a simple link using this: Or you could make the Content: Nid field link to the content. Give it a meaningful label and you don't need the title field in the View. ...
Set title to Node reference