From fbea1d414061f0120ab3c92896bf34dbd7565bd1 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 4 May 2021 17:12:44 -0700 Subject: [PATCH] Fix TINYIB_EXPANDWIDTH Resolves #211. --- inc/html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/html.php b/inc/html.php index 44e7250..476bf0b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -433,12 +433,12 @@ function buildPost($post, $res) { $dimensions = 'width="' . $post['image_width'] . '" height="' . $post['image_height'] . '"'; } $expandhtml = << + EOF; } else if (in_array(substr($post['file'], -4), array('.jpg', '.png', '.gif'))) { - $expandhtml = ""; + $expandhtml = ""; } $thumblink = "";