diff --git a/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml b/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml index 7612b8bd..47e4fd90 100644 --- a/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml @@ -103,7 +103,7 @@ } else { -

@HttpUtility.HtmlDecode(Model.ProfileUser.Biography)

+

@HttpUtility.HtmlDecode(Model.ProfileUser.Biography)

}