Skip to content

Commit be9698f

Browse files
mkroutikovdanbruce
authored andcommitted
fixed trailing dash in hitlist
1 parent 3d9611e commit be9698f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spider/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (document.getElementById('q')) {
3434
<h5 class="mb-0">
3535
{{__hitIndex}}.
3636
<a data-toggle="modal" href="#document-{{id}}">
37-
{{document_title}} - {{title}}
37+
{{document_title}}
3838
</a>
3939
</h5>
4040
<ol class="document-dates text-muted pl-2">

0 commit comments

Comments
 (0)