From bad869dd81a390b87d1f2297ca6a032dabda5faa Mon Sep 17 00:00:00 2001 From: Mark VanLandingham Date: Tue, 14 Jan 2025 14:18:51 -0600 Subject: [PATCH] DEV: Add div with className around Search no results header (#30774) Another case of text node missing container with a selectable class. --- .../javascripts/discourse/app/templates/full-page-search.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/full-page-search.hbs b/app/assets/javascripts/discourse/app/templates/full-page-search.hbs index 1a2dc4670c2..6b692f9aeab 100644 --- a/app/assets/javascripts/discourse/app/templates/full-page-search.hbs +++ b/app/assets/javascripts/discourse/app/templates/full-page-search.hbs @@ -17,7 +17,9 @@ {{html-safe this.resultCountLabel}} {{else}} - {{i18n "search.full_page_title"}} +
+ {{i18n "search.full_page_title"}} +
{{/if}}