Skip to content

Commit 5742ee4

Browse files
committed
fix: don't bold table results
1 parent de065d5 commit 5742ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partials/_table-filters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
</div>
2424
{% endif %}
2525
<p id="search-results-count" role="status">
26-
Showing <strong id="results-count"></strong> results
26+
Showing <span id="results-count"></span> results
2727
</p>
2828
</div>

0 commit comments

Comments
 (0)