diff options
author | Eric Fredj <efredj@octo.com> | 2016-04-05 20:07:55 +0200 |
---|---|---|
committer | Eric Fredj <efredj@octo.com> | 2016-04-05 20:07:55 +0200 |
commit | ccf59ac4fff1f66b312828cffbbb7090ef72d528 (patch) | |
tree | f1a164c4c597ff99446e248fbf1413480e6bf4c7 | |
parent | 206c2a734e2a0d100af6d772d90b01c5cb8fe870 (diff) | |
download | wallabag-ccf59ac4fff1f66b312828cffbbb7090ef72d528.tar.gz wallabag-ccf59ac4fff1f66b312828cffbbb7090ef72d528.tar.zst wallabag-ccf59ac4fff1f66b312828cffbbb7090ef72d528.zip |
Fix indentation
-rwxr-xr-x | inc/poche/Tools.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index d84850cf..3f68cff5 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -239,7 +239,7 @@ final class Tools | |||
239 | */ | 239 | */ |
240 | public static function utf8ize($data) | 240 | public static function utf8ize($data) |
241 | { | 241 | { |
242 | if (is_array($data)) | 242 | if (is_array($data)) |
243 | { | 243 | { |
244 | foreach ($data as $k => $v) | 244 | foreach ($data as $k => $v) |
245 | { | 245 | { |