aboutsummaryrefslogtreecommitdiff
path: root/_includes/docs-sidebar.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-22 14:26:49 -0700
committerGitHub <[email protected]>2017-10-22 14:26:49 -0700
commit1f42d79561d3931b91e09e5d1d04b3a4ce9aa431 (patch)
treef965c8296c54cd4625af34ad4fe3aefe8e7682f6 /_includes/docs-sidebar.html
parent58e553d7bcdd440cafa13a4a9b97cc293dbfcb04 (diff)
parent29d58fb758683db42c2d716ac654dea3ab6063c7 (diff)
downloadbootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.tar.xz
bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.zip
Merge branch 'v4-dev' into btn_input_split_variables
Diffstat (limited to '_includes/docs-sidebar.html')
-rw-r--r--_includes/docs-sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html
index 24c1a8b2a..34a5989a4 100644
--- a/_includes/docs-sidebar.html
+++ b/_includes/docs-sidebar.html
@@ -36,7 +36,7 @@
{{ doc.title }}
</a>
- {% comment %}
+ {%- comment -%}
{% unless doc.sections == nil %}
<ul class="nav">
{% for section in doc.sections %}
@@ -48,7 +48,7 @@
{% endfor %}
</ul>
{% endunless %}
- {% endcomment %}
+ {%- endcomment -%}
</li>
{%- endfor -%}
</ul>