From 302784a6d95621b75d0f9fc79ab6e15aca5a067f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 9 Mar 2021 09:02:21 +0530 Subject: [PATCH] ... --- src/calibre/srv/fast_css_transform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/fast_css_transform.cpp b/src/calibre/srv/fast_css_transform.cpp index 40f67e16f8..434a2aea9f 100644 --- a/src/calibre/srv/fast_css_transform.cpp +++ b/src/calibre/srv/fast_css_transform.cpp @@ -496,7 +496,7 @@ class Parser { // hash {{{ void enter_at_keyword() { - states.push(ParseState::hash); + states.push(ParseState::at_keyword); token_queue.add_at_keyword(); }