Bugzilla – Attachment 3455 Details for
Bug 5965
Make sure opac-detail.pl outputs marc in utf-8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5965-Normalizing-opac-detail.pl.patch (text/plain), 803 bytes, created by
Chris Cormack
on 2011-03-28 02:06:01 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-28 02:06:01 UTC
Size:
803 bytes
patch
obsolete
>From 24a885f36c506397d8754edd978d699179e90ded Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Mon, 11 Jan 2010 23:47:54 +0100 >Subject: [PATCH] Bug 5965 : Normalizing opac-detail.pl > >NFC on opac-detail >--- > opac/opac-detail.pl | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl >index 1015e54..73941e0 100755 >--- a/opac/opac-detail.pl >+++ b/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') ); >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5965
: 3455 |
3456