Skip to content
Snippets Groups Projects

Search text is rendenring two times in the breadcrumb.

Open Ravi Kant kumawat requested to merge issue/vani-3412041:vani-3412041 into 10.x.x
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,9 @@
{% for item in breadcrumb %}
<li class="breadcrumb-item">
{% if item.url %}
<a href="{{ item.url }}">{{ item.text }}</a> <span>&#x27F6;</span>
{% if item.url != '/search' %}
<a href="{{ item.url }}">{{ item.text }}</a> <span>&#x27F6;</span>
{% endif %}
{% else %}
{{ item.text }}
{% endif %}
Loading