Hi Sakis,
With JFilters 1.18.2 (or maybe 1.18.1) there is a little issue one line 63 in the Layout of Selection ModuleĀ : /modules/mod_jfilters_selections/tmpl/default.php
Indeed there you have $selectedOption->getLabel()
It should be replaced byhtmlspecialchars($selectedOption->getLabel())
(like it is on line 64)
Maybe not everybody is impacted by this, but at least in my case I had weird text in the "remove buttons" of that Module in the front-end.
Nothing urgent as far as I am concerned (since I fixed it manually on my site).
So just add the fix for the next release whenever it is released.
Txs!