Skip to content

Commit b47ed1f

Browse files
[FIX] Add li children to livesearch results ul in searchBox
1 parent 3091fcd commit b47ed1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/genweb6/core/browser/macros/searchBox.pt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464

6565
</form>
6666

67+
<ul class="livesearch-results list-group d-none"
68+
tal:attributes="id string:livesearch-results${search_id}">
69+
<li class="list-group-item hiddenStructure" aria-hidden="true"></li>
70+
</ul>
71+
6772
</metal:block>
6873

6974
</html>

0 commit comments

Comments
 (0)