summaryrefslogtreecommitdiff
path: root/efetch
diff options
context:
space:
mode:
Diffstat (limited to 'efetch')
-rwxr-xr-xefetch4
1 files changed, 2 insertions, 2 deletions
diff --git a/efetch b/efetch
index b4020cc..dc5a3a0 100755
--- a/efetch
+++ b/efetch
@@ -1112,9 +1112,9 @@ then
then
transmute -x2j
else
- transmute -normalize "$dbase" |
+ transmute -mixed -normalize "$dbase" |
sed -e 's/<!DOCTYPE eSummaryResult PUBLIC/<!DOCTYPE DocumentSummarySet PUBLIC/g; s/<eSummaryResult>//g; s/<\/eSummaryResult>//g' |
- transmute -compress -format indent -doctype ""
+ transmute -mixed -compress -format indent -doctype ""
fi
exit 0