TAdvGlowMenuButton Hint does not like <

If I have a hint applied to the TAdvGlowMenuButton that contains a less than sign, <, then everything after it inclusively is not display in the hint. Example: "LinkedText: <all>" will only display "Linked Text: "

If I change the < to * then it displays, but of course I get this: "Linked Text: *all>"

I suspect it might be because I use the THTMLHint control on my form... is that the problem?

TAdvGlowMenuButton 2.7.1.0

That THTMLHint control seems to be the issue. I added an AnsiReplaceStr to change < to &lt; and it corrected it.

I didn't delete the post in case someone else runs into this.