add timezone convert module, several other minor or in progress fixes
This commit is contained in:
@@ -119,6 +119,8 @@ function parse_url_content(&$a) {
|
||||
$text = '<br /><br /><blockquote>' . $text . '</blockquote><br />';
|
||||
}
|
||||
|
||||
$title = str_replace("\n",'',$title);
|
||||
|
||||
echo sprintf($template,$url,($title) ? $title : $url,$text);
|
||||
killme();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user