diff --git a/frontend/widgets/SeoBreadcrumbs.php b/frontend/widgets/SeoBreadcrumbs.php
index 9b2e743..8276262 100644
--- a/frontend/widgets/SeoBreadcrumbs.php
+++ b/frontend/widgets/SeoBreadcrumbs.php
@@ -70,11 +70,14 @@
$options = $link;
unset($options['template'], $options['label'], $options['url']);
if (!$home){
- $label = "".$label."";
+ $label = "" .
+ $label . "";
}
$link = Html::a($label, $link['url'], $options);
} else {
- $link = $label;
+ $link = "$label";
}
return strtr($template, ['{link}' => $link, '{number}' => $number]);
}
--
libgit2 0.21.4