From 19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba Mon Sep 17 00:00:00 2001 From: Chris Rebert <github@rebertia.com> Date: Sat, 3 Jan 2015 22:05:49 -0800 Subject: [PATCH] overview.html: add missing <p> --- docs/_includes/js/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/js/overview.html b/docs/_includes/js/overview.html index 4a35e87947..89030966c9 100644 --- a/docs/_includes/js/overview.html +++ b/docs/_includes/js/overview.html @@ -71,7 +71,7 @@ $('#myModal').on('show.bs.modal', function (e) { {% endhighlight %} <h3 id="js-version-nums">Version numbers</h3> - The version of each of Bootstrap's jQuery plugins can be accessed via the <code>VERSION</code> property of the plugin's constructor. For example, for the tooltip plugin: + <p>The version of each of Bootstrap's jQuery plugins can be accessed via the <code>VERSION</code> property of the plugin's constructor. For example, for the tooltip plugin:</p> {% highlight js %} $.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}" {% endhighlight %} -- GitLab