Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <[email protected]> --- opac/ilsdi.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl index 6cca985..f32dbb3 100755 --- a/opac/ilsdi.pl +++ b/opac/ilsdi.pl @@ -20,6 +20,8 @@ use strict; use warnings; +use List::MoreUtils qw(any); + use C4::ILSDI::Services; use C4::Auth; use C4::Output; -- 1.6.3.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
