projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a66c8
)
add more space
author
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Wed, 9 Aug 2017 17:18:38 +0000
(19:18 +0200)
committer
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Wed, 9 Aug 2017 17:18:38 +0000
(19:18 +0200)
library/markdown.php
patch
|
blob
|
history
diff --git
a/library/markdown.php
b/library/markdown.php
index 00696d2fe0b6d0102fd90ca564e746fe1878ea5c..bf7ec4095b189ee5a897bcbd1a97b61aec1e7b8c 100644
(file)
--- 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);