mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 22:01:30 +00:00
format_article_enclosures: allow embedding .jpeg files
This commit is contained in:
@@ -1998,7 +1998,7 @@
|
||||
} else {
|
||||
|
||||
if (preg_match("/image/", $entry["type"]) ||
|
||||
preg_match("/\.(jpg|png|gif|bmp)/i", $entry["filename"])) {
|
||||
preg_match("/\.(jpe?g|png|gif|bmp)/i", $entry["filename"])) {
|
||||
|
||||
if (!$hide_images) {
|
||||
$encsize = '';
|
||||
|
||||
Reference in New Issue
Block a user