diff --git a/themes/root/templates/HelpTranslations/en/search.phtml b/themes/root/templates/HelpTranslations/en/search.phtml index 70bf4d10e506f58f8658f4b12b774e13cea7508e..b84e6135a2d51e56211b93727f40d29425189634 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>