mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix PHP-CS
This commit is contained in:
parent
3a257b6172
commit
054a280d33
1 changed files with 1 additions and 1 deletions
|
@ -3282,7 +3282,7 @@ class Item
|
||||||
}
|
}
|
||||||
|
|
||||||
$dom = new \DOMDocument();
|
$dom = new \DOMDocument();
|
||||||
if (empty ($html) || !@$dom->loadHTML($html)) {
|
if (empty($html) || !@$dom->loadHTML($html)) {
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue