From e99ca3c1404c3761fc5bc8aaf426988813719f6c Mon Sep 17 00:00:00 2001 From: RaidMax Date: Mon, 25 Jul 2022 10:33:44 -0500 Subject: [PATCH] add more cases to "About" regex rule numbering scheme --- WebfrontCore/Views/About/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/Views/About/Index.cshtml b/WebfrontCore/Views/About/Index.cshtml index 62dbb19a3..5b3379eef 100644 --- a/WebfrontCore/Views/About/Index.cshtml +++ b/WebfrontCore/Views/About/Index.cshtml @@ -76,7 +76,7 @@ @foreach (var rule in rules) {
- @if (!rule.StartsWith("#") && !Regex.IsMatch(rule, @"^\d+(.|\))")) + @if (!rule.StartsWith("#") && !Regex.IsMatch(rule.StripColors(), @"^(Rule ?#?)?\d+(.|\))")) { @start. }