Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Running a number of DNN 7.1.2 sites only one is giving the following error when saving using the HTML module.
System.ArgumentException: parsing "(href=")http://default.aspx?(s.data(/(.*?")" - Not enough )'s.
at System.Text.RegularExpressions.RegexParser.ScanRegex()
at System.Text.RegularExpressions.RegexParser.Parse(String re, RegexOptions op)
at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, Boolean useCache)
at DotNetNuke.Common.Utilities.HtmlUtils.AbsoluteToRelativeUrls(String html, IEnumerable`1 aliases)
at DotNetNuke.Modules.Html.EditHtml.OnSaveClick(Object sender, EventArgs e)
Anyone seen this before?