@@ -508,7 +508,7 @@ namespace InABox.Core
continue;
}
- columns.Add(new Column<T>(prop.Name));
+ columns.Add(new Column<T>(prop));
if(types.Length == 1)
{
@@ -30,7 +30,7 @@ namespace InABox.Poster.Timberline
str = str[..MaxLength];
- str = str.ReplaceLineEndings("");
+ str = str.ReplaceLineEndings(" ");
return str;