Skip to content
Snippets Groups Projects
Commit ece1a1ca authored by Jimmy Henderickx's avatar Jimmy Henderickx
Browse files

Ensure text is rendered correctly in dropdown widget

parent 39266ef8
No related branches found
No related merge requests found
......@@ -68,7 +68,7 @@
$option.attr('selected', 'selected');
$link.find('.js-facet-deactivate').remove();
}
$option.html($link.text());
$option.text($link.text());
$dropdown.append($option);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment