mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
New caching system for photos
This commit is contained in:
parent
5635fe250c
commit
46c5a97a20
4 changed files with 29 additions and 5 deletions
|
@ -854,8 +854,7 @@ function scale_external_images($s, $include_link = true, $scale_replace = false)
|
|||
}
|
||||
|
||||
// replace the special char encoding
|
||||
|
||||
$s = htmlspecialchars($s,ENT_QUOTES,'UTF-8');
|
||||
$s = htmlspecialchars($s,ENT_NOQUOTES,'UTF-8');
|
||||
return $s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue