@@ -30,6 +30,7 @@ namespace InABox.Poster.Timberline
{
str = str[..MaxLength];
}
+ str = str.ReplaceLineEndings("");
return str;