]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
fix json_encode on url's
[friendica.git] / mod / parse_url.php
index a65215ca1984aae045beaddf26499f260fd7d616..ef9f8a9f41b537644ea0464e01d0d276be1d61ae 100644 (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' => '');