diff --git a/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListDetailsVm.cs b/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListDetailsVm.cs index 1c63ca7e6..d53429d80 100644 --- a/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListDetailsVm.cs +++ b/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListDetailsVm.cs @@ -17,11 +17,7 @@ public record ListDetailsVm /// /// The brief description in English (preferably quoted from the project). /// - /// - /// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted - /// frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a - /// dozen combination and supplementary filter lists. - /// + /// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. public string? Description { get; init; } /// diff --git a/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListVm.cs b/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListVm.cs index f36d6b365..94f1e01bb 100644 --- a/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListVm.cs +++ b/services/Directory/FilterLists.Directory.Api.Contracts/Models/ListVm.cs @@ -17,11 +17,7 @@ public record ListVm /// /// The brief description in English (preferably quoted from the project). /// - /// - /// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted - /// frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a - /// dozen combination and supplementary filter lists. - /// + /// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. public string? Description { get; init; } /// diff --git a/services/FilterLists.sln.DotSettings b/services/FilterLists.sln.DotSettings index f84cbee11..ffa996532 100644 --- a/services/FilterLists.sln.DotSettings +++ b/services/FilterLists.sln.DotSettings @@ -4,6 +4,7 @@ True CHOP_IF_LONG CHOP_ALWAYS + False True True True