So, this is annoying.<br><a href="https://joejiko.com/p/493"><img class="alignnone" alt="" src="https://cdn.joejiko.com/images/73c6e6cde927d65b288b3a0240a3f4a4b62e8702_m.png" width="600" height="197" /></a><br>This message shows up instead of the source when selecting "view source" in Chrome on a page after posting a form.<br>I only found two workarounds.<br>1) save as, then open the saved html file to see the source<br>2) use developer tools to inspect the DOM<br>None of those worked for me as desired.<br>I needed to get a snippet of code generated from posted information.<br>I suppose I could output the code in a textarea or something, but Firefox doesn't have the same problem. Viewing the source of the page in Firefox shows what I expect.