View | Details | Raw Unified | Return to bug 5965
Collapse All | Expand All

(-)a/opac/opac-detail.pl (-1 / +2 lines)
Lines 71-76 if ( ! $record ) { Link Here
71
    exit;
71
    exit;
72
}
72
}
73
$template->param( biblionumber => $biblionumber );
73
$template->param( biblionumber => $biblionumber );
74
	use C4::Charset;
75
	SetUTF8Flag($record);
74
# XSLT processing of some stuff
76
# XSLT processing of some stuff
75
if (C4::Context->preference("OPACXSLTDetailsDisplay") ) {
77
if (C4::Context->preference("OPACXSLTDetailsDisplay") ) {
76
    $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail', 'opac') );
78
    $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail', 'opac') );
77
- 

Return to bug 5965