resolved #270 - migrated raw html entry into richtexteditor control

This commit is contained in:
Shaun Walker
2020-05-08 12:17:06 -04:00
parent f07146fd50
commit 051534b80c
4 changed files with 158 additions and 172 deletions

View File

@ -30,7 +30,7 @@
if (htmltext != null)
{
content = htmltext.Content;
content = content.Replace(Constants.ContentUrl, ((PageState.Alias.Path == "") ? "/~" : PageState.Alias.Path) + Constants.ContentUrl);
content = content.Replace(Constants.ContentUrl, "/" + PageState.Alias.AliasId.ToString() + Constants.ContentUrl);
}
}
catch (Exception ex)