@@ -, +, @@ --- opac/opac-detail.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/opac/opac-detail.pl +++ a/opac/opac-detail.pl @@ -71,6 +71,8 @@ if ( ! $record ) { exit; } $template->param( biblionumber => $biblionumber ); + use C4::Charset; + SetUTF8Flag($record); # XSLT processing of some stuff if (C4::Context->preference("OPACXSLTDetailsDisplay") ) { $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail', 'opac') ); --