From: Friendika Date: Wed, 11 May 2011 01:15:45 +0000 (-0700) Subject: leave extra line between imported url and content X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2fffec912c19716546bef0ec8a52bc5cb102801c;p=friendica.git leave extra line between imported url and content --- diff --git a/mod/parse_url.php b/mod/parse_url.php index a65215ca19..ef9f8a9f41 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -13,7 +13,7 @@ function parse_url_content(&$a) { $text = null; - $template = "%s%s"; + $template = "%s\n%s"; $arr = array('url' => $url, 'text' => '');