From 6222352c13babcdf490ef69a962c3893e6167cb3 Mon Sep 17 00:00:00 2001 From: Geoffrey Spear <geoffspear@gmail.com> Date: Tue, 7 Aug 2018 15:03:42 -0400 Subject: [PATCH] uncapitalize HTML tag SortSite flags "Strong" as invalid markup that could trip up a screen reader. --- themes/root/templates/HelpTranslations/en/search.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/root/templates/HelpTranslations/en/search.phtml b/themes/root/templates/HelpTranslations/en/search.phtml index 70bf4d10e50..b84e6135a2d 100644 --- a/themes/root/templates/HelpTranslations/en/search.phtml +++ b/themes/root/templates/HelpTranslations/en/search.phtml @@ -110,7 +110,7 @@ </dd> <dt><a name="-"></a>-</dt> <dd> - <p>The <Strong>-</strong> or prohibit operator excludes documents that contain the term after the "-" symbol.</p> + <p>The <strong>-</strong> or prohibit operator excludes documents that contain the term after the "-" symbol.</p> <p>To search for documents that contain "economics" but not "Keynes" use the query: </p> <pre class="code">economics -Keynes</pre> </dd> -- GitLab