[Koha-bugs] [Bug 9372] Automatic carriage return in message_queue where content_type is html

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 11 20:31:53 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |kyle at bywatersolutions.com

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
This patch appears to be stripping all whitespace from messages:

Example before patch:
Dear Henry Acevedo,



<a href="#">test</a>


You have a hold available for pickup as of 2013-01-11. This hold will expire if
it is not picked up before 01/18/2013.  If you no longer need this item or have
any questions please contact us :

Title: Learning Perl 
Author: Schwartz, Randal L
005.13/3
Location: Centerville


Example after patch:
DearHenryAcevedo,<ahref="#">test</a>Youhaveaholdavailableforpickupasof2013-01-11.Thisholdwillexpireifitisnotpickedupbefore01/18/2013.Ifyounolongerneedthisitemorhaveanyquestionspleasecontactus:Title:LearningPerlAuthor:Schwartz,RandalL005.13/3Location:Centerville

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list