Bug 3326: Staff results still displayed &
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Sat, 26 Mar 2011 09:58:54 +0000 (05:58 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 28 Mar 2011 23:12:20 +0000 (12:12 +1300)
commitfa7ca5c8b8b5fdf27fae63fd0ada7fe539651bc2
tree047830c66e40a97d565157952460e9d9370cde45
parentb853b79001ceefc897eac781a6ebf28e7cc29c85
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>
C4/Output.pm