Skip to content

Commit 88320b2

Browse files
committed
Fix search result descriptions are double-escaped
1 parent 8f36799 commit 88320b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ const initSearchUI = ({ searchCallback, language, limit = 30 }) => {
418418
id="search-modal__result-description-${i}"
419419
class="search-modal__result-description"
420420
>
421-
${escape(description)}
421+
${description}
422422
</div>
423423
</div>
424424
</a>

0 commit comments

Comments
 (0)