add more space
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Aug 2017 17:18:38 +0000 (19:18 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Aug 2017 17:18:38 +0000 (19:18 +0200)
library/markdown.php

index 00696d2..bf7ec40 100644 (file)
@@ -23,7 +23,7 @@ use \Michelf\MarkdownExtra;
  * @return string
  */
 
-function Markdown($text, $hardwrap=true) {
+function Markdown($text, $hardwrap = true) {
        $a = get_app();
 
        $stamp1 = microtime(true);