leave extra line between imported url and content

2022.09-rc
Friendika 2011-05-10 18:15:45 -07:00
rodzic c052d68828
commit 2fffec912c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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