Compare commits

..

No commits in common. "bce4268a70044926f73137f7287063b5fd22971e" and "6174c5454eec39b258b6856494135be92826ac9d" have entirely different histories.

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) {