From 9428e750f02ad9ea3903ce66a5bfcf20d50efe51 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Fri, 26 Feb 2010 21:37:48 +0100 Subject: [PATCH] Fixed an encoding bug in the documentation 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 Signed-off-by: Galen Charlton --- opac/ilsdi.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl index 4f4b17736e..0935a68568 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; -- 2.11.0