This commit is contained in:
flash 2015-04-02 15:30:05 +02:00
parent f3f375185e
commit 3152a2f3e5

View file

@ -65,7 +65,7 @@ class Main {
// Parse markdown // Parse markdown
public static function mdParse($text) { public static function mdParse($text) {
return $_MD->text($text); return self::$_MD->text($text);
} }