Hi David,
By default Servoy doesn’t trust HTML like that anymore. You can make it trust that specific element by adding the following code to your onLoad event:
elements.NameOfElement.putClientProperty(APP_UI_PROPERTY.TRUST_DATA_AS_HTML, true);
Hope this helps.