Fix typos in mb_strlen fallback implementation

This commit is contained in:
Marco van 't Wout
2021-05-26 16:45:16 +02:00
parent 1d6c8c427d
commit 40c4409328

View File

@@ -1447,8 +1447,8 @@ class Markdown_Parser {
}
return preg_match_all(
"/[\x00-\xBF]|[\xC0-\xFF][\x80-\xBF]*/",
$text,
'/[\x00-\xBF]|[\xC0-\xFF][\x80-\xBF]*/',
$string,
$m
);
}