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/templates/pages/javascript.mustache | |
| parent | 722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48 (diff) | |
| download | bootstrap-cbccbed8c8ebdfe0f02502b1915106d56c90b3cc.tar.xz bootstrap-cbccbed8c8ebdfe0f02502b1915106d56c90b3cc.zip | |
fix javascript text on tooltips per #1862
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 89e15007f..012e195f5 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -58,7 +58,7 @@ <div class="span3"> <label> <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—they use CSS3 for animations and data-attributes for local title storage.{{/i}}</p> </label> </div> <div class="span3"> |
