View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015321 | phplist application | Message Management | public | 25-08-09 17:17 | 20-04-10 01:08 |
Reporter | lwc | ||||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.10 | ||||
Target Version | 2.10.12 | Fixed in Version | 2.10.12 | ||
Summary | 0015321: Linebreaks in text link replacements of attachments | ||||
Description | class.phplistmailer.php: function append_text($text) { if ($this->AltBody) { $this->AltBody .= html_entity_decode($text ,ENT_QUOTES, 'UTF-8' );#$text; } else { // custom code - start $this->Body .= html_entity_decode("$text\n" ,ENT_QUOTES, 'UTF-8' );#$text; // custom code - end } } Without that extra \n, the links and links' intro are really unreadable. You've already fixed sendemaillib.php to include one \n, so please add this fix too. | ||||
Tags | No tags attached. | ||||