diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:26:20 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:26:20 +0100 |
commit | 45e3cdf52d7438c5a6adf70835d96cfeab1eea0e (patch) | |
tree | c7a688c9397dcf97ac71010832824f6770dd324c /system/helpers/text_helper.php | |
parent | feba2de9287ed2c5d43e555fc52ce2bdedfed0d9 (diff) |
Whitespace cleanup for code consistency
Diffstat (limited to 'system/helpers/text_helper.php')
-rw-r--r-- | system/helpers/text_helper.php | 2 |
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)) |