HTML Loading as Plain Text on Dispatcher, only on the first page (IIS)
Can anyone help figure out why I'm running into an error with my Dispatcher not loading a line of HTML code, it's instead loading it as plain text. All other pages load the tags properly, but not the first page.

When doing an "Inspect" the tags are showing up like this:
<div class="guideFieldLabel top" style="" data-richtext="true"><h2><b> Words Words Words as</b></h2></div>|
Where they should be showing up like this just like on the Publish instance:
<div class="guideFieldLabel top" style="" data-richtext="true"><h2><b>Words Words Words</b></h2></label></div>