add more space

pull/3620/head
Tobias Diekershoff 2017-08-09 19:18:38 +02:00
parent 29a66c8336
commit a0ecd5ab2e
1 changed files with 1 additions and 1 deletions

View 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);