From: Chris Rebert Date: Sun, 18 Jan 2015 20:51:47 +0000 (-0800) Subject: rm dummy href from dismiss-on-next-click popover example; fixes #15277 X-Git-Tag: v3.3.2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161eac4fd71693a8a98a132645cfe325c04aa02c;p=thirdparty%2Fbootstrap.git rm dummy href from dismiss-on-next-click popover example; fixes #15277 --- diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 56d8ce8b1e..7e96464d6c 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -126,10 +126,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

For proper cross-browser and cross-platform behavior, you must use the <a> tag, not the <button> tag, and you also must include a tabindex attribute.

- Dismissible popover + Dismissible popover
{% highlight html %} -Dismissible popover +Dismissible popover {% endhighlight %}