From 161eac4fd71693a8a98a132645cfe325c04aa02c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 18 Jan 2015 12:51:47 -0800 Subject: [PATCH] rm dummy href from dismiss-on-next-click popover example; fixes #15277 --- docs/_includes/js/popovers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}