[Koha-patches] [PATCH] Format marc notes

Galen Charlton galen.charlton at liblime.com
Tue Apr 28 14:55:16 CEST 2009


Hi,

On Tue, Jan 13, 2009 at 6:33 AM, Nahuel ANGELINETTI
<nahuel.angelinetti at biblibre.com> 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
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list