From 09d7b3fb71cab6c5bf87d033fc0d9b23a6fb3456 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 23 Mar 2017 09:54:03 -0400 Subject: [PATCH] Don't forget your star glyphicons :P --- Project-Unite/ACL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)