diff options
| author | Chris Rebert <[email protected]> | 2014-05-14 18:43:14 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-14 18:43:14 -0700 |
| commit | 00fcf072c6955b1e5ba51298db1026c91783eef6 (patch) | |
| tree | b11d54724a711eb5e1cbea7156641d36eccce4c5 /docs | |
| parent | 3465d984fb934b1616b8d4ecf394b997cd1f0fab (diff) | |
| download | bootstrap-00fcf072c6955b1e5ba51298db1026c91783eef6.tar.xz bootstrap-00fcf072c6955b1e5ba51298db1026c91783eef6.zip | |
update default 'template' value in popover docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 05778bc97..2ee670741 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -199,7 +199,7 @@ $('.popover-dismiss').popover({ <tr> <td>template</td> <td>string</td> - <td><code>'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'</code></td> + <td><code>'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'</code></td> <td> <p>Base HTML to use when creating the popover.</p> <p>The popover's <code>title</code> will be injected into the <code>.popover-title</code>.</p> |
