diff --git a/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/redirecturls.html b/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/redirecturls.html index b2a7aa81ff..fe6424424a 100644 --- a/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/redirecturls.html +++ b/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/redirecturls.html @@ -63,11 +63,11 @@
- {{redirectUrl.originalUrl}} + {{redirectUrl.originalUrl}}
- {{redirectUrl.destinationUrl}} + {{redirectUrl.destinationUrl}}
diff --git a/src/Umbraco.Web/Editors/RedirectUrlManagementController.cs b/src/Umbraco.Web/Editors/RedirectUrlManagementController.cs index 58d29ba656..b674a5e5e3 100644 --- a/src/Umbraco.Web/Editors/RedirectUrlManagementController.cs +++ b/src/Umbraco.Web/Editors/RedirectUrlManagementController.cs @@ -1,4 +1,5 @@ using System; +using System.Web.Hosting; using System.Web.Http; using System.Xml; using System.Collections.Generic;