Fix for LL Bug 404: Syndetics Enhanced Content: Excerpts show with embedded HTML...
authorJoshua Ferraro <jmf@liblime.com>
Thu, 5 Mar 2009 19:30:29 +0000 (13:30 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 27 Mar 2009 22:23:51 +0000 (17:23 -0500)
XMLout needed the NoEscape option set

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/External/Syndetics.pm

index 0b7de1d..ff4fb5b 100644 (file)
@@ -178,7 +178,7 @@ sub get_syndetics_excerpt {
     # manipulate response USMARC VarFlds VarDFlds Notes Fld520 a
     my $excerpt;
     $excerpt = \@{$response->{VarFlds}->{VarDFlds}->{Notes}->{Fld520}} if $response;
-    return XMLout($excerpt) if $excerpt;
+    return XMLout($excerpt, NoEscape => 1) if $excerpt;
 }
 
 sub get_syndetics_reviews {