diff --git a/mod/parse_url.php b/mod/parse_url.php index 8920878a88..7f4bd29a08 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -471,10 +471,7 @@ function parse_url_content(&$a) { $sitedata = ""; - if($siteinfo["title"] == "") { - $sitedata .= sprintf($template,$url,$url,'') . $str_tags; - #killme(); - } else { + if($siteinfo["title"] != "") { $text = $siteinfo["text"]; $title = $siteinfo["title"]; }