]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
overview.html: add missing <p>
authorChris Rebert <github@rebertia.com>
Sun, 4 Jan 2015 06:05:49 +0000 (22:05 -0800)
committerChris Rebert <github@rebertia.com>
Sun, 4 Jan 2015 06:05:49 +0000 (22:05 -0800)
docs/_includes/js/overview.html

index 4a35e87947472611779f29be1dca96b2e0e9170f..89030966c9f7680770d57b70e31eee8a4b99e0dd 100644 (file)
@@ -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 %}