Patch (to be ported)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2011 at 16:44 UTC
Updated:
7 Apr 2015 at 19:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
das-peter commentedAn easy way to reproduce this issue is to place the page element
Page Titletwice on a page.Configure the first "instance" to use the h1-tag, the second one to use the h2-tag.
Now if you view the page you'll recognize that both "instances" of the page title are displayed with the h2-tag.
Comment #2
das-peter commentedAs suggested by merlinofchaos via IRC, patch changed to use
md5()for performance reasons.Comment #3
merlinofchaos commentedI believe this needs a backport to D6. It may be as simple as cherry-pick but I would need someone to check.