From 927e67a6a9d388e1246be91754fd5817031b5d03 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Tue, 21 Jul 2015 11:42:36 +0200 Subject: [PATCH] [fix] picwall not load --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c166a0d..5c13183 100644 --- a/index.php +++ b/index.php @@ -2182,7 +2182,7 @@ function lazyThumbnail($url,$href=false) if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"'; if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"'; if (!empty($t['alt'])) $html.=' alt="'.htmlspecialchars($t['alt']).'"'; - $html.='><\noscript>'; + $html.='>'; return $html; }