Fixed an encoding bug in the documentation
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Fri, 26 Feb 2010 20:37:48 +0000 (21:37 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Mar 2010 00:54:43 +0000 (20:54 -0400)
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 <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

opac/ilsdi.pl

index 4f4b177..0935a68 100755 (executable)
@@ -20,6 +20,8 @@
 use strict;
 use warnings;
 
+use List::MoreUtils qw(any);
+
 use C4::ILSDI::Services;
 use C4::Auth;
 use C4::Output;