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 = "";