Why do the less than and greater than symbols get changed by WordPress?

On my WordPress blog I am using the wp-sytax plugin to format a code snippet.

In the HTML view I have the following code:

Read More
<pre lang="c">
#include<stdio.h>
</pre>

But in the regular view it shows:

#include&lt;stdio.h&gt;

How can i make #include<stdio.h> appear as I typed it?

Related posts

Leave a Reply

2 comments