1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 20:07:35 +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;
}
}
END_STATE
BEGIN_STATE(EndTagOpen)
{