Skip to content

Commit c8b6a2d

Browse files
committed
Make scope of <strong> tags match in data-filtertext examples
1 parent 1f2b371 commit c8b6a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lists/lists-search-filtertext.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Search hidden data</h1>
2626
<p>This attribute is useful for dealing with allowing for ticker symbols and full company names to be searched, or for covering common spellings and abbreviations for countries.</p>
2727

2828
<pre><code>
29-
&lt;li data-filtertext=&quot;<strong>NASDAQ:AAPL Apple Inc.</strong>&quot;&gt;&lt;a href=&quot;#&quot;&gt;Apple&lt;/a&gt;&lt;/li&gt;
29+
&lt;li <strong>data-filtertext=&quot;NASDAQ:AAPL Apple Inc.</strong>&quot;&gt;&lt;a href=&quot;#&quot;&gt;Apple&lt;/a&gt;&lt;/li&gt;
3030
&lt;li <strong>data-filtertext=&quot;USA U.S.A. United States of America&quot;</strong>&gt;&lt;a href=&quot;#&quot;&gt;United States&lt;/a&gt;&lt;/li&gt;
3131

3232

0 commit comments

Comments
 (0)