mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 09:51:30 +00:00
format_article_enclosures: allow embedding .jpeg files
This commit is contained in:
@@ -1998,7 +1998,7 @@
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (preg_match("/image/", $entry["type"]) ||
|
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) {
|
if (!$hide_images) {
|
||||||
$encsize = '';
|
$encsize = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user