]> git.koha-community.org Git - koha.git/commit
Bug 7535: ampersands not showing properly in non-XSLT OPAC
authorD Ruth Bavousett <ruth@bywatersolutions.com>
Mon, 13 Feb 2012 15:25:40 +0000 (10:25 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 22 Feb 2012 14:41:46 +0000 (09:41 -0500)
commitb6af3f6f343ecafb25bddf66a262fc278b84ecbb
treea0b15f84c587a7939227275b25b3976a75a7530d
parentbbd2cbd2d90a62c496a57ea110dccaf32d050c43
Bug 7535: ampersands not showing properly in non-XSLT OPAC

Jared's fix for Bug 3326 fixed this in the staff client, but not the OPAC; moving this one line fixes it
both places.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
This can be replicated by indexing with -x
OPACXSLTResults must be set to "normally"
Reproduced original bug with rebuild-zebra.pl -x -b -w -r -v -v
Patch corrects the issue, does not change intranet behavior.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit bbfaf8264c815013cd37155c9aac283e3cb3cc4a)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Output.pm