Add semicolon

This commit is contained in:
Casper Langemeijer 2017-04-20 13:50:08 +02:00 committed by GitHub
parent 0c1337a4d4
commit 251ffcce75

View file

@ -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);
}
};
}
/**