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
* Make sure you escape all html-tags from possible user inputs to prevent possible <a href="https://en.wikipedia.org/wiki/Cross-site_scripting">XSS-Attacks</a> on the web-client!
44
65
* </p>
45
66
*
46
-
* @param html the html-element that will be inserted as the marker.
67
+
* @param html the html that will be inserted as the marker.
0 commit comments