mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix data file headers in GitHub issue
This commit is contained in:
parent
59ca3d325e
commit
59e46d0b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ protected override string Handle(Command request)
|
|||
foreach (var entityInvalidUrls in entityInvalidUrlGroups)
|
||||
{
|
||||
body.Append(
|
||||
$"<h1><a href=\"https://github.com/collinbarrett/FilterLists/blob/master/data/{nameof(entityInvalidUrls.Key)}\">{nameof(entityInvalidUrls.Key)}</a></h1>");
|
||||
$"<h1><a href=\"https://github.com/collinbarrett/FilterLists/blob/master/data/{entityInvalidUrls.Key}.json\">{entityInvalidUrls.Key}.json</a></h1>");
|
||||
body.Append("<ul>");
|
||||
foreach (var invalidUrl in entityInvalidUrls)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue