trim trailing LF in imported link

This commit is contained in:
Friendika 2010-12-06 16:26:32 -08:00
parent 1ee1df3747
commit 0afc71a95a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function parse_url_content(&$a) {
if($items) {
foreach($items as $item) {
$title = $item->textContent;
$title = trim($item->textContent);
break;
}
}