From d2534bbbc35cc5fca3b40a6a40c377d2162e030a Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Mon, 7 Jan 2019 08:15:13 +0100
Subject: [PATCH] =?UTF-8?q?Korrigiere=20match=20expression=20f=C3=BCr=20dc?=
 =?UTF-8?q?:format?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/xslt/mods2dc.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xslt/mods2dc.xsl b/src/xslt/mods2dc.xsl
index 138a87559..0177b8997 100644
--- a/src/xslt/mods2dc.xsl
+++ b/src/xslt/mods2dc.xsl
@@ -72,7 +72,7 @@
     </dc:date>
   </xsl:template>
 
-  <xsl:template match="mods:physicalDescription | mods:extent">
+  <xsl:template match="mods:extent">
     <dc:format>
       <xsl:value-of select="."/>
     </dc:format>
-- 
GitLab