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?
Printable View
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?
Probably just the html parsing as #91 is the opening bracket and the parsed html is stored in a separate table which is why you can see it fine in edit view. Doubt this will get fixed anytime soon unless the parser is updated. Its a third party parser so JM probably wont support making fixes.
Yes, this has been reported (many) times before...
It is not just C# that is affected but all languages.
The fix is very easy but we were holding off until we (I) can finish fixing the other issues of the highlight utility as well (such as copy and paste). I have not had the time in recent weeks to devote any attention to it.