Yes, we have to remember there are non-html destinations for Koha data, including JSON and SIP where "<br \>" will be meaningless.
-- Joe Atzberger LibLime - Open Source Library Solutions On Tue, Apr 28, 2009 at 8:55 AM, Galen Charlton <[email protected]>wrote: > Hi, > > On Tue, Jan 13, 2009 at 6:33 AM, Nahuel ANGELINETTI > <[email protected]> wrote: > > this patch add a filter to notes, it transform \n in <br /> > [snip] > > + $value =~ s/\n/<br \/>/g ; > > + > > Rather than adding another instance where C4::Biblio embeds HTML, I > suggest splitting the note on embedded newlines and pushing the result > to the @marcnotes arrays: > > Regards, > > Galen > -- > Galen Charlton > VP, Research & Development, LibLime > [email protected] > p: 1-888-564-2457 x709 > skype: gmcharlt >
_______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
