X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fparse_url.php;h=9bb0bc46408e76f3a090d512c3d01fc63bc2bafa;hb=2abcf76ec17a9a7754c399cdde9a4449308a4b02;hp=46c6b46e97998e3db59b542d11b3b15b937c8fe4;hpb=2a65d01ce29eff486dcffc47c9d297e1eb7472ea;p=friendica.git diff --git a/mod/parse_url.php b/mod/parse_url.php index 46c6b46e97..9bb0bc4640 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -116,7 +116,7 @@ function parse_url_content(&$a) { } if(strlen($text)) { - $text = '

' . $text; + $text = '

' . $text . '

'; } echo sprintf($template,$url,($title) ? $title : $url,$text);