commit | 6b620fb7e61f1051f5bced189d1b57bd30a97126 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Apr 20 12:46:46 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Mon Apr 20 12:46:46 2015 +0300 |
tree | 3b92bb6d4c5737ad878a04ab0d42f41f08b3c6dc | |
parent | b9ff08cae114ab8dd145ef31064e4bb440f05072 [diff] [blame] |
[ci skip] Remove whitespace
diff --git a/system/core/Common.php b/system/core/Common.php index a81e455..b850fd3 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -749,7 +749,7 @@ { return $var; } - + if (is_array($var)) { return array_map('html_escape', $var, array_fill(0, count($var), $double_encode));