1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling 397acde846 LibHTML: Turn "—" into "-" in the parser for now
Ultimately we should deal with all the various HTML entitites.
2019-11-07 21:19:48 +01:00
..
CSSParser.cpp LibHTML: Make the CSS parser return RefPtr's 2019-11-07 17:58:54 +01:00
CSSParser.h LibHTML: Make the CSS parser return RefPtr's 2019-11-07 17:58:54 +01:00
HTMLParser.cpp LibHTML: Turn "—" into "-" in the parser for now 2019-11-07 21:19:48 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00