From: Tobias Diekershoff Date: Wed, 9 Aug 2017 17:18:38 +0000 (+0200) Subject: add more space X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0ecd5ab2ec536c039986f93b44d80a4cdf086b7;p=friendica.git add more space --- 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);