]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
salmon protocol changes magicsig draft-experimental, fixes to hostxrd
[friendica.git] / mod / parse_url.php
index 46c6b46e97998e3db59b542d11b3b15b937c8fe4..9bb0bc46408e76f3a090d512c3d01fc63bc2bafa 100644 (file)
@@ -116,7 +116,7 @@ function parse_url_content(&$a) {
        }
 
        if(strlen($text)) {
-               $text = '<br /><br />' . $text;
+               $text = '<br /><br /><blockquote>' . $text . '</blockquote><br />';
        }
 
        echo sprintf($template,$url,($title) ? $title : $url,$text);