Details
-
Bug
-
Resolution: Fixed
-
Major
-
16.4.0
-
Not relevant.
-
Unknown
-
N/A
-
N/A
-
Description
In the HTML I spotted an attribute with an invalid value. Perhaps a velocity error or inconsistancy? See HTML below, in specific the "data-entity" attribute in the ordered list of the location facet. To reproduce one has to first select a space in the search facets and then check the HTML of the breadcrumb in the search facets.
<div id="space_facet-dropdown" class="search-facet-body"> <div class="selectedLocation"> <ol class="breadcrumb breadcrumb-expandable" data-entity="$escapetool.xml($services.model.serialize($entityReference, " local'))'="" data-limit="4"> <li class="wiki"> <a href="/xwiki/bin/view/Main/Search?r=1&text=best&f_type=DOCUMENT&f_locale=en&f_locale=" title="Home"> <span class="fa fa-home" aria-hidden="true"></span> </a> </li> <li class="active space">IRC</li> </ol> </div> </div>