From fc2d77a2faaae4e0c6b7886b2f8c2fbe78b3aa46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 25 Apr 2017 19:40:35 +0200 Subject: Fix link path to full size img --- cgi-bin/link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi-bin/link.py') diff --git a/cgi-bin/link.py b/cgi-bin/link.py index 334184a..49153ee 100755 --- a/cgi-bin/link.py +++ b/cgi-bin/link.py @@ -76,7 +76,7 @@ class Link: def full(self, target, link): if self.detect(target): - return ""+link+"" + return ""+link+"" else: return ""+link+"" -- cgit v1.2.3