mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-20 01:21:22 +01:00
Fix typos in mb_strlen fallback implementation
This commit is contained in:
4
framework/vendors/markdown/markdown.php
vendored
4
framework/vendors/markdown/markdown.php
vendored
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user