]> git.mxchange.org Git - friendica.git/commitdiff
add more space
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Aug 2017 17:18:38 +0000 (19:18 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Aug 2017 17:18:38 +0000 (19:18 +0200)
library/markdown.php

index 00696d2fe0b6d0102fd90ca564e746fe1878ea5c..bf7ec4095b189ee5a897bcbd1a97b61aec1e7b8c 100644 (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);