Przeglądaj źródła

:adhesive_bandage: delete morus

visuddhinanda 2 lat temu
rodzic
commit
5da1aede4a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Tools/Markdown.php

+ 1 - 1
app/Tools/Markdown.php

@@ -14,7 +14,7 @@ class Markdown
             $GLOBALS['markdown.driver'] === 'str'){
             $GLOBALS['markdown.driver'] === 'str'){
             return Markdown::strdown($text);
             return Markdown::strdown($text);
         }else{
         }else{
-            return Markdown::morus($text);
+            return Markdown::strdown($text);
         }
         }
     }
     }
     public static function morus_restful($text){
     public static function morus_restful($text){