> allRules = new[] {new KeyValuePair<(string, long), string[]>((ViewBag.Localization["WEBFRONT_ABOUT_GLOBAL_RULES"], 0), Model.GlobalRules)};
@@ -71,7 +72,10 @@
@foreach (var rule in rules)
{
- @start.
+ @if (!rule.StartsWith("#") && !Regex.IsMatch(rule, @"^\d+(.|\))"))
+ {
+ @start.
+ }
start++;