From 334359e31f995f55d2bb66d0108cd57ecca307a6 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sun, 24 Sep 2023 23:03:43 -0700 Subject: [PATCH] Fix expanding thumbnail causing page content to jump Resolves #281. --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index 63fa84b..6f9cff3 100644 --- a/inc/html.php +++ b/inc/html.php @@ -498,7 +498,7 @@ function buildPost($post, $res, $compact=false) { EOF; } else if (in_array(substr($post['file'], -4), array('.jpg', '.png', '.gif'))) { - $expandhtml = ""; + $expandhtml = ""; } $thumblink = "";