Created attachment 1490590 [details] screenshot I have custom service dialog which has a dynamic drop down element. This pulls in data that includes the quote character. Appears that the not-actually-a-dropdown UI fails to consider this, and the generate HTML is busted. See the screenshot showing the correct text in the selected element (truncated as it may be), the correct text in the highlighted in the inspector <span>, and the mangled <a> that the <span> lives in.
Hey Jeff, can you give me the automate code that is generating this value for your drop-down so I can attempt to reproduce locally?
https://github.com/jeffwarnica/rhc-miq-quickstart/blob/master/automate/rhc-miq-quickstart/Service/DynamicDialogs.class/__methods__/list_template_guids.rb is what I was using specifically, but dialog_hash[''] = "< No templates found tagged with #{rbac_array} >" is all you'd need.
On reflection, this seems to be not dealing with angle brackets, not quotes.