Commit cbccbed8 authored by Mark Otto's avatar Mark Otto

fix javascript text on tooltips per #1862

parent 722c75d1
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<div class="span3"> <div class="span3">
<label> <label>
<h3><a href="./javascript.html#tooltips">Tooltips</a></h3> <h3><a href="./javascript.html#tooltips">Tooltips</a></h3>
<p>A new take on the jQuery Tipsy plugin, Tooltips don't rely on images, use CSS3 for animations, and data-attributes for local title storage.</p> <p>A new take on the jQuery Tipsy plugin, Tooltips don't rely on images&mdash;they use CSS3 for animations and data-attributes for local title storage.</p>
</label> </label>
</div> </div>
<div class="span3"> <div class="span3">
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<div class="span3"> <div class="span3">
<label> <label>
<h3><a href="./javascript.html#tooltips">{{_i}}Tooltips{{/i}}</a></h3> <h3><a href="./javascript.html#tooltips">{{_i}}Tooltips{{/i}}</a></h3>
<p>{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images, use CSS3 for animations, and data-attributes for local title storage.{{/i}}</p> <p>{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images&mdash;they use CSS3 for animations and data-attributes for local title storage.{{/i}}</p>
</label> </label>
</div> </div>
<div class="span3"> <div class="span3">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment