I've been noticing this any time I highlight csharp code:

csharp Code:
  1. if (Session["User_Data"] == null)

Whereas if I hit Edit, it displays what I wrote:

if (Session["User_Data"] == null)

What's up with this?