Skip to content

Commit

Permalink
Fix HTML code for apostrophe (#2224)
Browse files Browse the repository at this point in the history
missing semicolon resulted in bad tooltip: `Values containing whitespace
or equal-sign &apos=&apos should be enclosed in quotes`

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Mar 23, 2024
1 parent be8547e commit d47fb09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class SearchFormImpl extends React.PureComponent {
<ul key="info" className="SearchForm--tagsHintInfo">
<li>Use space for AND conjunctions</li>
<li>
Values containing whitespace or equal-sign &apos=&apos should be enclosed in quotes
Values containing whitespace or equal-sign &apos;=&apos; should be enclosed in quotes
</li>
<li>
Elasticsearch/OpenSearch storage supports regexp query, therefore{' '}
Expand Down

0 comments on commit d47fb09

Please sign in to comment.