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
Plaintext is being added to the page using .html() which results in special characters being interpreted. For example, adding <b>foo</b> will result in a bold entry.
Plaintext is being added to the page using .html() which results in special characters being interpreted. For example, adding
<b>foo</b>will result in a bold entry.