aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-03 22:05:49 -0800
committerChris Rebert <[email protected]>2015-01-03 22:05:49 -0800
commit19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba (patch)
treea115b885d84c2f4ff6c2ea7bdbdf88df48c90a77 /docs/_includes
parent57260f16b364e4cb559cd65159197fd1cf5248f7 (diff)
downloadbootstrap-19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba.tar.xz
bootstrap-19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba.zip
overview.html: add missing <p>
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/overview.html b/docs/_includes/js/overview.html
index 4a35e8794..89030966c 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 %}