aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEric Fredj <efredj@octo.com>2016-04-05 20:07:55 +0200
committerEric Fredj <efredj@octo.com>2016-04-05 20:07:55 +0200
commitccf59ac4fff1f66b312828cffbbb7090ef72d528 (patch)
treef1a164c4c597ff99446e248fbf1413480e6bf4c7
parent206c2a734e2a0d100af6d772d90b01c5cb8fe870 (diff)
downloadwallabag-ccf59ac4fff1f66b312828cffbbb7090ef72d528.tar.gz
wallabag-ccf59ac4fff1f66b312828cffbbb7090ef72d528.tar.zst
wallabag-ccf59ac4fff1f66b312828cffbbb7090ef72d528.zip
Fix indentation
-rwxr-xr-xinc/poche/Tools.class.php2
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 {