Since 4.6.x it became impossible to use HTML in block titles, for instance to make blank titles with HTML comments or graphical titles with an img tag. This abandoned feature breaks some of my sites when I would try to upgrade them.

I therefore propose to apply the attached patch. As far as I can tell it will apply the same filter to the title as to the body, allowing the user to decide what is to be done with HTML code in the title.

CommentFileSizeAuthor
block.title.filter.patch462 bytesñull

Comments

solutiondrop’s picture

Version: 4.6.2 » 4.6.3

Thanks com2. I was looking for a solution to this. It seems like this functionality is needed. At least it was by me. Thanks again.
DS

Steven’s picture

Priority: Critical » Normal
Status: Active » Closed (works as designed)

Titles are supposed to be inline elements only. Check_output/markup will add block level elements.