Skip to content
Snippets Groups Projects
Commit 1d3d34a4 authored by Greg Boggs's avatar Greg Boggs
Browse files

update the titles

parent eb64ed1a
Branches
Tags 8.x-1.13
No related merge requests found
......@@ -310,7 +310,7 @@ class EasyBreadcrumbBuilder implements BreadcrumbBuilderInterface {
// Get $title|[$url] pairs from $values.
foreach ($values as $pair) {
$settings = explode("|", $pair);
$title = trim($settings[0]);
$title = Xss::filter(trim($settings[0]));
// Get URL if it is provided.
$url = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment