Explorar el Código

:adhesive_bandage: delete morus

visuddhinanda hace 2 años
padre
commit
5da1aede4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Tools/Markdown.php

+ 1 - 1
app/Tools/Markdown.php

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