From: dbs Date: Wed, 18 Aug 2010 16:00:41 +0000 (+0000) Subject: Give authority records an XML-valid XML formats list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=af3a1627939f501138ab01e7681cf220851c8e96;p=evergreen%2Fpines.git Give authority records an XML-valid XML formats list Still need to trim the actual list of formats for authority records, as marcxml-full and marcxml-uris get listed, and those do not work or make sense for authority records. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17242 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index f30b73c8ac..dec92eea46 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -397,6 +397,10 @@ sub unapi { FORMATS + } else { + $body .= <<" FORMATS"; + + FORMATS } for my $h (@$list) {