summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcgi-bin/link.py2
1 files changed, 1 insertions, 1 deletions
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 "<a href=\"/img/"+target+"-full.jpeg\">"+link+"</a>"
+ return "<a href=\"img/"+target+"-full.jpeg\">"+link+"</a>"
else:
return "<span>"+link+"</span>"