Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have a compilation error when I try to put nested <ul> in the Richtext Editor.
Code :
<ul> <li> <ul> <li>...</li> </ul> </li> </ul>
Error :
[NullReferenceException: Object reference not set to an instance of an object.] TidyNet.Clean.CleanNode(Lexer lexer, Node node) +493 TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +61 TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39 TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39 TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39 TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39 TidyNet.Clean.CleanTree(Lexer lexer, Node doc) +23 TidyNet.Tidy.ParseInternal(Stream input, String file, Stream Output, TidyMessageCollection messages) +534 TidyNet.Tidy.Parse(Stream input, Stream output, TidyMessageCollection messages) +41 umbraco.cms.helpers.xhtml.TidyHtml(String html) +372 umbraco.library.Tidy(String StringToTidy, Boolean LiveEditing) +5 umbraco.editorControls.tinyMCE3.TinyMCE.Save() +219 umbraco.controls.ContentControl.saveClick(Object Sender, ImageClickEventArgs e) +91 System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +108 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +118 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Do you have any idea ?
Thanks for your help.
MisterG
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Nested UL
Hi,
I have a compilation error when I try to put nested <ul> in the Richtext Editor.
Code :
Error :
Do you have any idea ?
Thanks for your help.
MisterG
is working on a reply...