From: XhmikosR Date: Wed, 26 Aug 2015 16:17:03 +0000 (+0300) Subject: Tabs to spaces. X-Git-Tag: v4.0.0-alpha.2~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a10a10963c2e22f6d9461255fdae4c1459463c;p=thirdparty%2Fbootstrap.git Tabs to spaces. [ci skip] --- diff --git a/docs/search.json b/docs/search.json index 0f13feb0f3..a31fc7334c 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 %} ]