diff --git a/LANCommander.Server/PCGamingWikiClient.cs b/LANCommander.Server/PCGamingWikiClient.cs index 50ed5e86..b82bdc24 100644 --- a/LANCommander.Server/PCGamingWikiClient.cs +++ b/LANCommander.Server/PCGamingWikiClient.cs @@ -157,6 +157,9 @@ namespace LANCommander.PCGamingWiki .Select(x => x.InnerText) .Select(x => x.TrimEnd('.')); notes = string.Join("\n", notelines ?? []); + notes = notes.Replace("\n\n", ". "); + notes = notes.ReplaceLineEndings(""); + notes = HttpUtility.HtmlDecode(notes); } if (type == null)