1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:27:42 +00:00

LibWeb: Add missing END_STATE for TagName

Fixes #2339.
This commit is contained in:
Andreas Kling 2020-05-23 10:33:23 +02:00
parent a58500fdc5
commit 2e4147d0fc

View file

@ -157,6 +157,7 @@ void HTMLTokenizer::run()
continue; continue;
} }
} }
END_STATE
BEGIN_STATE(EndTagOpen) BEGIN_STATE(EndTagOpen)
{ {