#19067: Removing extraneous space when AllowCustomPattern is unchecked

Work Item: 19067

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-10-05 16:10:18 -07:00
parent 889709239f
commit 66c48d9a04

View File

@@ -18,8 +18,7 @@
<span>@Html.TextBoxFor(m => m.CurrentUrl, new { @class = "text" })</span>
}
else {
<span>@ViewContext.RequestContext.HttpContext.Request.ToApplicationRootUrlString()/</span>
<span>@Model.CurrentUrl</span>
<span>@ViewContext.RequestContext.HttpContext.Request.ToApplicationRootUrlString()/@Model.CurrentUrl</span>
}
<span class="hint">@T("Leave empty to use the default permalink pattern ({0}: {1})", defaultPattern.Name, defaultPattern.Description)</span>