From e1078cdd28c07329000cd6b5c3eb4d949b91ea43 Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Thu, 26 Nov 2020 15:32:10 +0100 Subject: [PATCH] Update tvsp.xsl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace – ’ with - and ' to ensure series go to the same folder --- configs/tvsp.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/tvsp.xsl b/configs/tvsp.xsl index ec9c66b..63ad3e4 100644 --- a/configs/tvsp.xsl +++ b/configs/tvsp.xsl @@ -23,7 +23,8 @@ - <xsl:value-of select="title"/> + + <xsl:value-of select='translate(title, "–’", "-'")'/>