YAFLogo

tecman
  • tecman
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
10 years ago
SyntaxHighlighter 3.0.87, used as a part of the YAF forum engine v1.9.6.1.

Any multi-line C# code with square brackets like the following one isn't rendered properly:

var property = (PropertyInfo)col.Tag;
var objValue = property.GetValue(element, null);
row.Cells[i].Value = objValue;

I see this:

.Value = objValue;

However, the only line

row.Cells[i].Value = objValue;

is rendered properly.

I see that it works properly on this forum. What files do I need to update to make it working properly in YAF 1.9.6.?

Sponsor