Changeset 22752


Ignore:
Timestamp:
2013/03/25 21:01:28 (11 years ago)
Author:
habu
Message:

#2203 メールをOutlookで閲覧すると、行間隔が異常に広い

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_SendMail.php

    r22567 r22752  
    128128        // iso-2022-jpだと特殊文字が?で送信されるのでJISを使用する 
    129129        $this->body = mb_convert_encoding($body, 'JIS', CHAR_CODE); 
     130        $this->body = str_replace(array("\r\n", "\r"), "\n", $this->body); 
    130131    } 
    131132 
Note: See TracChangeset for help on using the changeset viewer.