Added basic CSS support.
[squirrelmail.git] / functions / strings.php
index 942518b5ca649141e8ad5747a73eb8aeef5dc67a..1798a59ba9e6a3fcb5658f7749fa6346680a7120 100644 (file)
@@ -98,7 +98,6 @@
    function translateText($body, $wrap_at, $charset) {
       include ("../functions/url_parser.php");
       /** Add any parsing you want to in here */
-      $body = trim($body);
       $body_ary = explode("\n", $body);
 
       for ($i = 0; $i < count($body_ary); $i++) {