diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 677db1e18..6e37b11b2 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -678,7 +678,8 @@ void CLI2::prepareFilter () } } - context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined); + if (combined.size ()) + context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined); } }