Fixed RTE types in DynamicNode from still getting converted to DynamicXml due to missing return statement

This commit is contained in:
agrath@gmail.com
2011-03-25 09:33:00 -13:00
parent 23aa9e60fe
commit 76f83ddda0

View File

@@ -460,6 +460,7 @@ namespace umbraco.MacroEngines
if (dataType == DATATYPE_TINYMCE_GUID)
{
result = new HtmlString(result.ToString());
return true;
}