Closed (works as designed)
Project:
Drupal core
Version:
4.6.3
Component:
block.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2005 at 15:23 UTC
Updated:
11 Mar 2006 at 22:06 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| block.title.filter.patch | 462 bytes | ñull |
Comments
Comment #1
solutiondrop commentedThanks 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
Comment #2
Steven commentedTitles are supposed to be inline elements only. Check_output/markup will add block level elements.