I'm using WordPress and Avada, and suddenly, when I put in code, it automatically adds extra quotes when the page outputted.
If I use the code block element and type:
<span style="color:yellow;">Test</span>
it outputs as:
`<span style="”color:yellow;”">Test</span>`
I have no idea why it's doing it. I try typing it out, and I try pasting from Notepad and other editors.