diff --git a/library/markdown.php b/library/markdown.php index 00696d2fe0..bf7ec4095b 100644 --- a/library/markdown.php +++ b/library/markdown.php @@ -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);