summaryrefslogtreecommitdiffstats
path: root/system/helpers/text_helper.php
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:26:20 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:26:20 +0100
commit45e3cdf52d7438c5a6adf70835d96cfeab1eea0e (patch)
treec7a688c9397dcf97ac71010832824f6770dd324c /system/helpers/text_helper.php
parentfeba2de9287ed2c5d43e555fc52ce2bdedfed0d9 (diff)
Whitespace cleanup for code consistency
Diffstat (limited to 'system/helpers/text_helper.php')
-rw-r--r--system/helpers/text_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php
index 47e6ccc93..96afd4cee 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -443,7 +443,7 @@ if ( ! function_exists('word_wrap'))
}
$temp = '';
- while((strlen($line)) > $charlim)
+ while ((strlen($line)) > $charlim)
{
// If the over-length word is a URL we won't wrap it
if (preg_match("!\[url.+\]|://|wwww.!", $line))