pre tag shows slashes, code doesn’t?!
-
Hello!
I was just wondering, when I write code snippets with the pre-tag the contents gets addslashes() or at least ” gets escaped – This is not the case with for example the code-tag…
Any thoughts on how I remove the escapes using the pre-tag?Result when using code-tag:
printf( “hello” );
Result when using pre-tag:
printf( \”hello\” );
I’m using WP 1.5 final!
Thanks ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘pre tag shows slashes, code doesn’t?!’ is closed to new replies.