diff options
| author | XhmikosR <[email protected]> | 2017-11-03 13:33:58 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-11-03 14:12:47 +0200 |
| commit | 1fc0f256c87fc0c1a5be006ef0a39b6bb2b5c129 (patch) | |
| tree | b9c77366c3a48a4cbbdeaba55b137b638974f608 /_includes/docs-sidebar.html | |
| parent | ed374d1ee9cace6b2518ca5f9adb37b34480fd60 (diff) | |
| download | bootstrap-1fc0f256c87fc0c1a5be006ef0a39b6bb2b5c129.tar.xz bootstrap-1fc0f256c87fc0c1a5be006ef0a39b6bb2b5c129.zip | |
Remove whitespace in SVG includes.
Diffstat (limited to '_includes/docs-sidebar.html')
| -rw-r--r-- | _includes/docs-sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html index 34a5989a4..cfbd10322 100644 --- a/_includes/docs-sidebar.html +++ b/_includes/docs-sidebar.html @@ -1,7 +1,7 @@ <form class="bd-search d-flex align-items-center"> <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off"> <button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation"> - {% include icons/menu.svg width="30" height="30" %} + {%- include icons/menu.svg width="30" height="30" -%} </button> </form> |
