From efa24db82217baf0fdd79a0fd73a8768c5a271e7 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 14 Oct 2011 10:15:08 -0700 Subject: [PATCH] Adding a space before "Lost Your Password?" --HG-- branch : 1.x --- src/Orchard.Web/Modules/Orchard.Users/Views/LogOn.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Users/Views/LogOn.cshtml b/src/Orchard.Web/Modules/Orchard.Users/Views/LogOn.cshtml index 4127ff985..98229740c 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Views/LogOn.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Users/Views/LogOn.cshtml @@ -9,7 +9,7 @@

@T("Please enter your username and password.") @if(userCanRegister) { @Html.ActionLink(T("Register").Text, "Register") @T(" if you don't have an account.") } - @if(enableLostPassword) { @Html.ActionLink(T("Lost your Password?").Text, "RequestLostPassword") } + @if(enableLostPassword) {   @Html.ActionLink(T("Lost your Password?").Text, "RequestLostPassword") }

@Html.ValidationSummary(T("Login was unsuccessful. Please correct the errors and try again.").ToString())