diff --git a/themes/root/templates/RecordDriver/AbstractBase/export-endnoteweb.phtml b/themes/root/templates/RecordDriver/AbstractBase/export-endnoteweb.phtml index fbc8e6936fe1cd52d1fe84adbb704bc0f5349e72..19dba053e100701e141ebe3a12a61cc423808e06 100644 --- a/themes/root/templates/RecordDriver/AbstractBase/export-endnoteweb.phtml +++ b/themes/root/templates/RecordDriver/AbstractBase/export-endnoteweb.phtml @@ -4,7 +4,7 @@ $formats = isset($this->overrideFormats) ? $this->overrideFormats : $this->drive if (is_array($formats)) { foreach ($formats as $format) { switch (strtolower($format)) { - case "book"; + case "book": $format = "BOOK"; break; case "journal":