From: Zlatan Vasović Date: Sun, 17 Nov 2013 09:24:31 +0000 (+0100) Subject: Fix some weird indents X-Git-Tag: v3.0.3~16^2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8a571ad1517f9a622e5db52808fd0f905ecf16;p=thirdparty%2Fbootstrap.git Fix some weird indents --- diff --git a/Gruntfile.js b/Gruntfile.js index c3016a2b00..ebc3abc38e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,8 +135,8 @@ module.exports = function(grunt) { options: { reset: true, relaxerror: [ - "Bad value X-UA-Compatible for attribute http-equiv on element meta.", - "Element img is missing required attribute src." + "Bad value X-UA-Compatible for attribute http-equiv on element meta.", + "Element img is missing required attribute src." ] }, files: { diff --git a/browserstack.json b/browserstack.json index 76564eb27a..104d854765 100644 --- a/browserstack.json +++ b/browserstack.json @@ -2,7 +2,7 @@ "username": "--secure--", "key": "--secure--", "test_path": "js/tests/index.html", - "browsers": [ + "browsers": [ { "browser": "firefox", "browser_version": "latest", diff --git a/composer.json b/composer.json index be8ec3fc10..1638564fa4 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ , "license": "Apache-2.0" , "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "3.0.x-dev" } } }