From b82a251bb8bdb2d8bf32ec1c6bf1e3e354936ae8 Mon Sep 17 00:00:00 2001 From: sgay Date: Thu, 20 Jan 2011 14:01:17 -0100 Subject: [PATCH] fix #29928 --- umbraco/presentation/umbraco/editContent.aspx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umbraco/presentation/umbraco/editContent.aspx.cs b/umbraco/presentation/umbraco/editContent.aspx.cs index 3c6ea7327d..a2bb83af4b 100644 --- a/umbraco/presentation/umbraco/editContent.aspx.cs +++ b/umbraco/presentation/umbraco/editContent.aspx.cs @@ -361,9 +361,9 @@ namespace umbraco.cms.presentation { if (_documentHasPublishedVersion) { - l.Text = "" + library.NiceUrl(_document.Id) + ""; - + // zb-00007 #29928 : refactor string currentLink = library.NiceUrl(_document.Id); + l.Text = "" + currentLink + ""; // domains domainText.Text = "";