From 15dc06f3baf23e3d825fff89ae9c7cf09573fa2a Mon Sep 17 00:00:00 2001 From: Indra Kurniawan Date: Sat, 16 Dec 2017 16:36:27 +0000 Subject: [PATCH] Fixed image anchor on expended image. Append `$direct_link` on image res anchor as thumbnail do. Yes, we should have done this a year ago. --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index 25bd102..8d0de2b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -110,7 +110,7 @@ function buildPost($post, $res) { EOF; } else if (in_array(substr($post['file'], -4), array('.jpg', '.png', '.gif'))) { - $expandhtml = ""; + $expandhtml = ""; } $thumblink = "";