Add semicolon
This commit is contained in:
parent
0c1337a4d4
commit
251ffcce75
1 changed files with 1 additions and 1 deletions
|
|
@ -1872,7 +1872,7 @@ class Markdown implements MarkdownInterface {
|
|||
|
||||
$this->utf8_strlen = function($text) {
|
||||
return preg_match_all('/[\x00-\xBF]|[\xC0-\xFF][\x80-\xBF]*/', $text, $m);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue