summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-04-20 11:46:46 +0200
committerAndrey Andreev <narf@devilix.net>2015-04-20 11:46:46 +0200
commit6b620fb7e61f1051f5bced189d1b57bd30a97126 (patch)
tree3b92bb6d4c5737ad878a04ab0d42f41f08b3c6dc /system/core/Common.php
parentb9ff08cae114ab8dd145ef31064e4bb440f05072 (diff)
[ci skip] Remove whitespace
Diffstat (limited to 'system/core/Common.php')
-rw-r--r--system/core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index a81e45500..b850fd39a 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -749,7 +749,7 @@ if ( ! function_exists('html_escape'))
{
return $var;
}
-
+
if (is_array($var))
{
return array_map('html_escape', $var, array_fill(0, count($var), $double_encode));