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
