diff --git a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml index 6c607a20..122df763 100644 --- a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml @@ -15,13 +15,11 @@
There are no comments.
+There are no comments.
} else if (!Model.CommentsEnabled) { - - Comments are disabled. - +Comments are disabled.
} else { @@ -34,7 +32,7 @@ diff --git a/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml b/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml index 0fa0a5f4..eb42c093 100644 --- a/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml @@ -181,7 +181,7 @@ @if (Model.ProfileUser.IsBanned) {Comments are disabled because the user is banned.
+Comments are disabled because the user is banned.