DEV: Add missing html-safe on search result blurb (#24633)

This commit is contained in:
Isaac Janzen 2023-11-29 09:05:10 -07:00 committed by GitHub
parent c4767158df
commit 11636f8736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{format-age @result.created_at}}
<span class="blurb__separator"> - </span>
{{#if this.siteSettings.use_pg_headlines_for_excerpt}}
<span>{{@result.blurb}}</span>
<span>{{html-safe @result.blurb}}</span>
{{else}}
<span class="blurb__text">
<SearchMenu::HighlightedSearch @string={{@result.blurb}} />