Slashes added before quotes inside <pre>
-
I used HTML like this in a blog post:
<pre><code class=”html”>HTML example</pre>
Unfortunately, on the page, it ended up with slashes before the quotes, like this:
<pre><code class=\”html\”>HTML example</pre>
I would have assumed that this was a run-of-the-mill magic_quotes misconfiguration, but the strange thing is that when I remove the <pre> and </pre> tags, the slashes disappear.
My blog is running WordPress 1.5.1. The only active plugin is the Pool theme with a few (mostly CSS-only) modifications.
Thanks in advance for the help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Slashes added before quotes inside <pre>’ is closed to new replies.