1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 12:05:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling a377e8d3f5 LibHTML+IRCClient: Add an escape_html_entities() helper
This simple helper escapes '<', '>' and '&' so they can be used in HTML
text without interfering with the parser.

Use this in IRCClient to prevent incoming messages from messing with
the DOM :^)
2019-11-06 22:40:01 +01:00
..
CSSParser.cpp LibHTML: The CSS parser should tolerate whitespace-only stylesheets 2019-10-20 12:55:55 +02:00
CSSParser.h LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00
HTMLParser.cpp LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00