diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 05c5e8cd8..3d156a572 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -958,7 +958,7 @@ void CLI2::desugarFilterAttributes () A2 lhs (name, Lexer::Type::dom); lhs.tag ("FILTER"); - lhs.attribute ("name", canonical); + lhs.attribute ("canonical", canonical); lhs.attribute ("modifier", mod); A2 op ("", Lexer::Type::op);