Drop [Erzähler] from authors
diff --git a/xslt/epub2i5.xsl b/xslt/epub2i5.xsl
index 5105147..251a2d3 100644
--- a/xslt/epub2i5.xsl
+++ b/xslt/epub2i5.xsl
@@ -22,7 +22,7 @@
</xsl:variable>
<xsl:variable name="autor"
- select="string-join(replace($dnbBookdata//dc:creator, ' *\[[^\]]*\]', ''), ' ; ')"/>
+ select="replace(string-join($dnbBookdata//dc:creator[not(matches(., '\[(Erzähler)\]'))], ' ; '), ' *\[[^\]]*\]', '')"/>
<xsl:variable name="straight_autor" select="normalize-space(replace(hlu:reversedAuthors($autor), ',', ''))"/>