diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 35f7bb170ad1..7739c685e01e 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -120,10 +120,10 @@

Specific markup required for dismiss-on-next-click

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 %} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 577b08dede86..6342cd20e489 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -48,7 +48,7 @@

{{ page.title }}

Back to top {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} - + Preview theme {% endif %}