CLI2: Display filter footnote only if some filter token is present
This commit is contained in:
committed by
Paul Beckingham
parent
b0e249e564
commit
f0e8d2027c
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user