Browse Source

minor bugfix, first line of message used to remove preceeding spaces.

Luke Ehresman 25 năm trước cách đây
mục cha
commit
8c08e2e7e2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      functions/strings.php

+ 0 - 1
functions/strings.php

@@ -98,7 +98,6 @@
    function translateText($body, $wrap_at, $charset) {
    function translateText($body, $wrap_at, $charset) {
       include ("../functions/url_parser.php");
       include ("../functions/url_parser.php");
       /** Add any parsing you want to in here */
       /** Add any parsing you want to in here */
-      $body = trim($body);
       $body_ary = explode("\n", $body);
       $body_ary = explode("\n", $body);
 
 
       for ($i = 0; $i < count($body_ary); $i++) {
       for ($i = 0; $i < count($body_ary); $i++) {