Compare commits

...

2 Commits

View File

@ -411,7 +411,7 @@ final class MD_STD_IN {
} }
// Remove hyphens // Remove hyphens
$input = trim(strtr($input, ["-" => "", "" => "", '—' => ''])); $input = trim(strtr($input, ["-" => "", "" => "", '—' => '', " " => ""]));
// ISBN 10 // ISBN 10
if (\mb_strlen($input) === 10) { if (\mb_strlen($input) === 10) {