X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions2.php;h=a135049a585a058b1214733897f2fdda960a4646;hb=08e79cb6b91fab4f86415d2b10e47567f6594988;hp=dd9d1ad68aa68e1009454f7527d9427f17ffbefc;hpb=c7ce438e7b7de26c2018e1b96f746d9c2ffca84e;p=tt-rss.git diff --git a/include/functions2.php b/include/functions2.php index dd9d1ad6..a135049a 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -1953,9 +1953,9 @@ if (!$hide_images) { $encsize = ''; if ($entry['height'] > 0) - $encsize .= ' height="' . intval($entry['width']) . '"'; + $encsize .= ' height="' . intval($entry['height']) . '"'; if ($entry['width'] > 0) - $encsize .= ' width="' . intval($entry['height']) . '"'; + $encsize .= ' width="' . intval($entry['width']) . '"'; $rv .= "