diff options
author | Friendika <info@friendika.com> | 2011-05-10 18:15:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-10 18:15:45 -0700 |
commit | 2fffec912c19716546bef0ec8a52bc5cb102801c (patch) | |
tree | d892aba223e30475ce412a55145060622f795942 /mod/parse_url.php | |
parent | c052d688284fda76c612325b237d8352f2abb5d4 (diff) | |
download | volse-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/parse_url.php')
-rw-r--r-- | mod/parse_url.php | 2 |
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' => ''); |