Commit 19222bfe authored by Chris Rebert's avatar Chris Rebert
Browse files

overview.html: add missing <p>

parent 57260f16
Showing with 1 addition and 1 deletion
+1 -1
...@@ -71,7 +71,7 @@ $('#myModal').on('show.bs.modal', function (e) { ...@@ -71,7 +71,7 @@ $('#myModal').on('show.bs.modal', function (e) {
{% endhighlight %} {% endhighlight %}
<h3 id="js-version-nums">Version numbers</h3> <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 %} {% highlight js %}
$.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}" $.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}"
{% endhighlight %} {% endhighlight %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment