Fixed RTE types in DynamicNode from still getting converted to DynamicXml due to missing return statement
This commit is contained in:
@@ -460,6 +460,7 @@ namespace umbraco.MacroEngines
|
||||
if (dataType == DATATYPE_TINYMCE_GUID)
|
||||
{
|
||||
result = new HtmlString(result.ToString());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user