aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-24 15:15:21 -0700
committerChris Rebert <[email protected]>2015-03-24 15:15:21 -0700
commit2f3076f20acb6b34279b1ef77063a8fff33f756e (patch)
tree62d973107870019b7c5b7b24d4fa7460a16bd532 /docs
parentd37bc2ae651a4fc2fd4ca477ab5bdfaeba5aafde (diff)
downloadbootstrap-2f3076f20acb6b34279b1ef77063a8fff33f756e.tar.xz
bootstrap-2f3076f20acb6b34279b1ef77063a8fff33f756e.zip
add missing <code> within docs heading for `.modal('handleUpdate')`
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/js/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html
index 8f6b2fb6c..1f6816136 100644
--- a/docs/_includes/js/modal.html
+++ b/docs/_includes/js/modal.html
@@ -476,7 +476,7 @@ $('#myModal').modal({
<p>Manually hides a modal. <strong>Returns to the caller before the modal has actually been hidden</strong> (i.e. before the <code>hidden.bs.modal</code> event occurs).</p>
{% highlight js %}$('#myModal').modal('hide'){% endhighlight %}
- <h4>.modal('handleUpdate')</h4>
+ <h4><code>.modal('handleUpdate')</code></h4>
<p>Readjusts the modal's positioning to counter a scrollbar in case one should appear, which would make the modal jump to the left.</p>
<p>Only needed when the height of the modal changes while it is open.</p>
{% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}