From 7c959813191a8fb4d17ec7b21b33d88c834dd0e6 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 8 Sep 2013 23:21:06 +0100 Subject: [PATCH] load thumbnails on demand is more trouble than it's worth --- core/basethemelet.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/basethemelet.class.php b/core/basethemelet.class.php index 09b123a8..83632d08 100644 --- a/core/basethemelet.class.php +++ b/core/basethemelet.class.php @@ -56,8 +56,7 @@ class BaseThemelet { } return "". - "$h_tip". - "". + "$h_tip". "\n"; }