I've been noticing this any time I highlight csharp code:
csharp Code:
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?
|
Results 1 to 3 of 3
Thread: Csharp highlighting broken?Threaded View
|
Click Here to Expand Forum to Full Width |