http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372
--- Comment #4 from Kyle M Hall <[email protected]> --- Created attachment 14546 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14546&action=edit Bug 9372 - Automatic carriage return in message_queue where content_type is html - Followup The patch for bug 9372 causes all whitespace to be stripped from a message. This is because the $content variable was previously loaded with the content and then stripped of whitespace to determine if the message had any text. The previous patch for 9372 then used the $content variable as if it were the original unmodified content of the message. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
