mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
#19067: Removing extraneous space when AllowCustomPattern is unchecked
Work Item: 19067 --HG-- branch : 1.x
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user