From a0ecd5ab2ec536c039986f93b44d80a4cdf086b7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 9 Aug 2017 19:18:38 +0200 Subject: [PATCH] add more space --- library/markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);