diff --git a/TASVideos/Pages/Publications/Filter.cshtml b/TASVideos/Pages/Publications/Filter.cshtml
index 81bced925..fe428824a 100644
--- a/TASVideos/Pages/Publications/Filter.cshtml
+++ b/TASVideos/Pages/Publications/Filter.cshtml
@@ -18,38 +18,46 @@
+
+
+
+
+
+
+
+
@@ -111,7 +119,7 @@
|| flags.selectedIndex >= 0
|| gameGroups.selectedIndex >= 0
|| authors.selectedIndex >= 0
- || systemCodes.selectedIndex > =0
+ || systemCodes.selectedIndex >= 0
|| tags.selectedIndex >= 0
}
\ No newline at end of file
diff --git a/TASVideos/Pages/Submissions/Index.cshtml b/TASVideos/Pages/Submissions/Index.cshtml
index 35995858d..d2ed817c8 100644
--- a/TASVideos/Pages/Submissions/Index.cshtml
+++ b/TASVideos/Pages/Submissions/Index.cshtml
@@ -25,19 +25,22 @@
@await Component.RenderWiki(SystemWiki.SubmissionHeader)
diff --git a/TASVideos/Pages/Submissions/Models/SubmissionSearchRequest.cs b/TASVideos/Pages/Submissions/Models/SubmissionSearchRequest.cs
index 9af7a0b6b..1a61b5484 100644
--- a/TASVideos/Pages/Submissions/Models/SubmissionSearchRequest.cs
+++ b/TASVideos/Pages/Submissions/Models/SubmissionSearchRequest.cs
@@ -26,7 +26,7 @@ public SubmissionSearchRequest()
public int? StartType { get; set; }
- [Display(Name = "Status Filter")]
+ [Display(Name = "Statuses")]
public IEnumerable StatusFilter { get; set; } = new List();
public static IEnumerable Default => new List
diff --git a/TASVideos/Pages/Users/Edit.cshtml b/TASVideos/Pages/Users/Edit.cshtml
index c67ef7769..d23240dba 100644
--- a/TASVideos/Pages/Users/Edit.cshtml
+++ b/TASVideos/Pages/Users/Edit.cshtml
@@ -186,6 +186,7 @@
+
diff --git a/TASVideos/TagHelpers/SelectImproverTagHelper.cs b/TASVideos/TagHelpers/SelectImproverTagHelper.cs
index c13e26308..6d3b88fe7 100644
--- a/TASVideos/TagHelpers/SelectImproverTagHelper.cs
+++ b/TASVideos/TagHelpers/SelectImproverTagHelper.cs
@@ -14,18 +14,19 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
No selection
-
-
+
+