mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
add timezone convert module, several other minor or in progress fixes
This commit is contained in:
parent
59a6a04e26
commit
9ff1a3444e
6 changed files with 56 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue