# July 25, 2019
# Styling out TAP "thoughts" landing page.
# CON meeting walking through Pardot landing page, adding IDs for in-page links.
# Weird issue on SBX React app with HTML from the CMS, it was adding via dangerouslySetInnerHTML
extra quotes like...
<span class="my-class"> -> <span class=""my-class"">
<!-- so we just put this in the CMS -->
<span class=my-class>
1
2
3
2
3
and it worked. Something about our URL encoding probably, but haven't had this issue before.