trim trailing LF in imported link
This commit is contained in:
parent
1ee1df3747
commit
0afc71a95a
|
@ -29,7 +29,7 @@ function parse_url_content(&$a) {
|
|||
|
||||
if($items) {
|
||||
foreach($items as $item) {
|
||||
$title = $item->textContent;
|
||||
$title = trim($item->textContent);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user