commit | 838a9d69a9139b6bcd6f8765fdd2d58b929e70ad | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Dec 03 14:37:47 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Dec 03 14:37:47 2012 +0200 |
tree | 3d296693ea910fd5473e9fb7dec825e4e9edae50 | |
parent | 6a38949d5ac50a123c7fdee37d9561e02fa72884 [diff] [blame] |
[ci skip] Cleaned some spaces
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index cce6592..7052387 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php
@@ -139,7 +139,7 @@ */ if (count($temp) === 1) { - $out .= '&#'.array_shift($temp).';'; + $out .= '&#'.array_shift($temp).';'; $count = 1; }