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