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
load_html_string(html_string) should parse out comment lines that start with //.
There was a bug that appeared because lines were combined in an HTML-minification process, which combined lines and caused real code to get commented out because of that.