You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like the title. We have a change review page for a CMS system.
Users were changing the href of A tags, and it didn't make any ins/del tags around those in any way to indicate it.
So wound up having to HtmlEncode the CMS HTML and then diff on that vs. the current version (also HtmlEncoded) instead of on the actual HTML.
The text was updated successfully, but these errors were encountered:
Just like the title. We have a change review page for a CMS system.
Users were changing the href of A tags, and it didn't make any ins/del tags around those in any way to indicate it.
So wound up having to HtmlEncode the CMS HTML and then diff on that vs. the current version (also HtmlEncoded) instead of on the actual HTML.
The text was updated successfully, but these errors were encountered: