From: miker Date: Fri, 27 Jul 2007 16:45:16 +0000 (+0000) Subject: arg, typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3a08cf4a4145d98900141fb5fb36dc05945f1da7;p=Evergreen.git arg, typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@7593 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index 199eb185ed..6871fee23d 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -197,7 +197,6 @@ Content-type: application/xml } elsif (uc($format) eq 'UNIMARC') { print $r->as_unimarc } elsif (uc($format) eq 'USMARC') { - print "Content-type: application/octet-stream\n\n"; print $r->as_usmarc }