diff --git a/Project-Unite/ACL.cs b/Project-Unite/ACL.cs
index 4b4e6b0..dc12487 100644
--- a/Project-Unite/ACL.cs
+++ b/Project-Unite/ACL.cs
@@ -20,7 +20,7 @@ namespace Project_Unite
if (user == null)
return hpr.Raw(@"No new users");
else
- return hpr.Raw("Our newest user, " + user.DisplayName + "");
+ return hpr.Raw(" Our newest user, " + user.DisplayName + "");
}
public static IHtmlString Markdown(this HtmlHelper hpr, string md)