diff options
| author | Mark Otto <[email protected]> | 2012-02-11 00:10:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 00:10:26 -0800 |
| commit | cbccbed8c8ebdfe0f02502b1915106d56c90b3cc (patch) | |
| tree | 1e5d5277cf811511c01af5c40a2fc55d3cf7dbdb /docs/javascript.html | |
| parent | 722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48 (diff) | |
| download | bootstrap-cbccbed8c8ebdfe0f02502b1915106d56c90b3cc.tar.xz bootstrap-cbccbed8c8ebdfe0f02502b1915106d56c90b3cc.zip | |
fix javascript text on tooltips per #1862
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 2d8b0f596..1d0afb9e0 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -134,7 +134,7 @@ <div class="span3"> <label> <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—they use CSS3 for animations and data-attributes for local title storage.</p> </label> </div> <div class="span3"> |
