From 0176d5dcefe149140b16178654370b8009690559 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 24 Oct 2017 15:07:00 -0400 Subject: [PATCH] Normalize case punctuation. --- .../templates/RecordDriver/AbstractBase/export-endnoteweb.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/root/templates/RecordDriver/AbstractBase/export-endnoteweb.phtml b/themes/root/templates/RecordDriver/AbstractBase/export-endnoteweb.phtml index fbc8e6936fe..19dba053e10 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": -- GitLab