From 2fffec912c19716546bef0ec8a52bc5cb102801c Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 10 May 2011 18:15:45 -0700 Subject: [PATCH] leave extra line between imported url and content --- mod/parse_url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '');