Task Tracker - [ code ] tag bug with '<' sign

I just posted [ code ] tag bug with ‘<’ sign on Task Tracker. Feel free to discuss and make suggestions here.

[ code ] tag bug with ‘<’ sign was updated.

Status went from Proposed to Closed.
Priority went from Unassigned to Trivial.
[line]

for (Int32 i; i<10; i++)
{
    Debug.Print (i);
}