commit | 45e3cdf52d7438c5a6adf70835d96cfeab1eea0e | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:26:20 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:26:20 2011 -0500 |
tree | c7a688c9397dcf97ac71010832824f6770dd324c | |
parent | feba2de9287ed2c5d43e555fc52ce2bdedfed0d9 [diff] [blame] |
Whitespace cleanup for code consistency
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index 47e6ccc..96afd4c 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php
@@ -443,7 +443,7 @@ } $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))