aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/collapse.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-01-26 17:56:25 +0200
committerXhmikosR <[email protected]>2015-01-26 17:58:09 +0200
commit9f2589501562b86ddb6c58a1beb3193acca2f4e3 (patch)
treef7b1075d3de806c42785e071fcd2d0f57f991af2 /docs/_includes/js/collapse.html
parentc015fec3254a8b83e009075e8ab8403c57704ea4 (diff)
downloadbootstrap-9f2589501562b86ddb6c58a1beb3193acca2f4e3.tar.xz
bootstrap-9f2589501562b86ddb6c58a1beb3193acca2f4e3.zip
Fix validation errors.
Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...
Diffstat (limited to 'docs/_includes/js/collapse.html')
-rw-r--r--docs/_includes/js/collapse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html
index 85b56d94a..e193098cc 100644
--- a/docs/_includes/js/collapse.html
+++ b/docs/_includes/js/collapse.html
@@ -221,7 +221,7 @@ $('.collapse').collapse()
<h3 id="collapse-methods">Methods</h3>
<h4>.collapse(options)</h4>
- <p>Activates your content as a collapsible element. Accepts an optional options <code>object</code>.
+ <p>Activates your content as a collapsible element. Accepts an optional options <code>object</code>.</p>
{% highlight js %}
$('#myCollapsible').collapse({
toggle: false