diff options
| author | XhmikosR <[email protected]> | 2015-08-26 19:17:03 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-30 00:05:02 +0300 |
| commit | 22a10a10963c2e22f6d9461255fdae4c1459463c (patch) | |
| tree | 00dd0ebbb7c9cbeb5581e78aa73fb3b33cb1d6c4 /docs | |
| parent | fc35ea815e5e47a9f160765902342fff635e79e6 (diff) | |
| download | bootstrap-22a10a10963c2e22f6d9461255fdae4c1459463c.tar.xz bootstrap-22a10a10963c2e22f6d9461255fdae4c1459463c.zip | |
Tabs to spaces.
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/search.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/search.json b/docs/search.json index 0f13feb0f..a31fc7334 100644 --- a/docs/search.json +++ b/docs/search.json @@ -3,11 +3,11 @@ --- [ - {% for page in site.pages %} - { - "title" : "{{ page.title | escape }}", - "url" : "{{ site.baseurl }}{{ page.url }}", - "date" : "{{ page.date }}" - } {% unless forloop.last %},{% endunless %} - {% endfor %} + {% for page in site.pages %} + { + "title" : "{{ page.title | escape }}", + "url" : "{{ site.baseurl }}{{ page.url }}", + "date" : "{{ page.date }}" + } {% unless forloop.last %},{% endunless %} + {% endfor %} ] |
