1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 10:03:41 +00:00

Corrections liens

This commit is contained in:
Yan Maniez 2018-07-24 09:13:23 +02:00
parent 8b07cf857d
commit 6f96068b46
2 changed files with 3 additions and 1 deletions

View file

@ -345,7 +345,7 @@ namespace AideDeJeuCmd
var lref = rref.ToLower();
if (!md.Contains($"[{lref}]:") &&
!md.Contains($"[{lref}](") &&
!lref.Contains("]"))
!lref.Contains("]["))
{
yield return rref;
}