add more space

This commit is contained in:
Tobias Diekershoff 2017-08-09 19:18:38 +02:00
parent 29a66c8336
commit a0ecd5ab2e

View file

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