Bug 3326: Staff results still displayed &
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Sat, 26 Mar 2011 09:58:54 +0000 (05:58 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 5 Apr 2011 00:00:27 +0000 (20:00 -0400)
commit81fceb0a4aa05c1b8929c7b90d606b0044ea15c8
tree9fee628bf67b98806107f69c1289be6be8aeb460
parentfcebee99da1a2b09bb04778562bdc395b73b0655
Bug 3326: Staff results still displayed &amp;

In certain circumstances, ampersands would not be displayed properly in the
Staff client search results. This patch fixes that by ensuring that all the
doubled ampersands that Zebra inserts in XML indexing mode are replaced by the
correct single ampersand entity.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit fa7ca5c8b8b5fdf27fae63fd0ada7fe539651bc2)

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