wordpress formatting.php – fix double dash

Solution:

Try this:

[code language="css"]
   // your code here
   if(correct)
   { puts("my wordpress text now shows the dash " -- " this is cool!");
   }
[/code]

That should do the trick.