Merge pull request #3174 from jakeboone02/patch-2

Make scope of <strong> tags match in data-filtertext examples
This commit is contained in:
Todd Parker 2011-11-26 19:24:24 -08:00
commit d8efb8a4ef

View file

@ -26,7 +26,7 @@
<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>
<pre><code>
&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;
&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;
&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;