The Scheduler in the Pro version automatically applies HtmlEncode() to Resource names.
If you need to modify the resource header HTML, you should handle BeforeResHeaderRender event and change e.InnerHTML (the unencoded Resource name is available as e.Name).
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.