From 08e79cb6b91fab4f86415d2b10e47567f6594988 Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Sun, 23 Aug 2015 13:08:48 -0400 Subject: Fixed height/width image attributes for enclosures. --- include/functions2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/functions2.php') diff --git a/include/functions2.php b/include/functions2.php index dd9d1ad68..a135049a5 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 .= "