commit | 7c807cba83ab368d027a28f4b84ee6a301430e80 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 31 18:13:24 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 31 18:13:24 2006 +0000 |
tree | a0fb89f559a66c9fe0fdbdcde9fc62ff4932c2cb | |
parent | 41ac09fa04db283003f7eab7adac0c584e0e6a84 [diff] [blame] |
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index 1b91781..655d6e5 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php
@@ -370,7 +370,7 @@ // If so we'll join it to the output and continue if (strlen($line) <= $charlim) { - $output .= $line.$this->newline; + $output .= $line."\n"; continue; } @@ -399,7 +399,7 @@ $output .= $line; } - $output .= $this->newline; + $output .= "\n"; } // Put our markers back