leave extra line between imported url and content

This commit is contained in:
Friendika 2011-05-10 18:15:45 -07:00
parent c052d68828
commit 2fffec912c
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '');