aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-10 18:15:45 -0700
committerFriendika <info@friendika.com>2011-05-10 18:15:45 -0700
commit2fffec912c19716546bef0ec8a52bc5cb102801c (patch)
treed892aba223e30475ce412a55145060622f795942 /mod
parentc052d688284fda76c612325b237d8352f2abb5d4 (diff)
downloadvolse-hubzilla-2fffec912c19716546bef0ec8a52bc5cb102801c.tar.gz
volse-hubzilla-2fffec912c19716546bef0ec8a52bc5cb102801c.tar.bz2
volse-hubzilla-2fffec912c19716546bef0ec8a52bc5cb102801c.zip
leave extra line between imported url and content
Diffstat (limited to 'mod')
-rw-r--r--mod/parse_url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/parse_url.php b/mod/parse_url.php
index a65215ca1..ef9f8a9f4 100644
--- a/mod/parse_url.php
+++ b/mod/parse_url.php
@@ -13,7 +13,7 @@ function parse_url_content(&$a) {
$text = null;
- $template = "<a href=\"%s\" >%s</a>%s";
+ $template = "<a href=\"%s\" >%s</a>\n%s";
$arr = array('url' => $url, 'text' => '');