From d2c2161c53d7ff47b254f6d3afac411aae6f0a13 Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Mon, 25 Jan 2021 22:50:13 +0100 Subject: [PATCH] Unexpected tab --- download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.php b/download.php index c339066..cd73e1b 100644 --- a/download.php +++ b/download.php @@ -38,7 +38,7 @@ $formats = array('png' => 'image/png', 'pdf' => 'application/pdf', 'svg' => 'ima if(array_key_exists('format', $_GET)) { $f = $_GET['format']; - $filename = cleanString($c['office-part'].'--'.$c['incipit'].'-- '.$c['version']); + $filename = cleanString($c['office-part'].'--'.$c['incipit'].'--'.$c['version']); if($f == 'gabc') { $content = json_decode($c['gabc']); if(is_string($content)) {