From f128cced867c15db359dd78765dd194eb074f873 Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 29 Oct 2007 17:23:32 +0000 Subject: [PATCH] minor path fix git-svn-id: http://yolanda.mister-muffin.de/svn@157 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/functions.pl | 2 +- trunk/xsl/xhtml/results.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/functions.pl b/trunk/functions.pl index 736607a..baee7b2 100644 --- a/trunk/functions.pl +++ b/trunk/functions.pl @@ -116,7 +116,7 @@ sub fill_results #before code cleanup, this was a really obfuscated array/hash creation push @{ $page->{'results'}->{'result'} }, { - 'thumbnail' => "./video-stills/$id", + 'thumbnail' => "/video-stills/$id", 'duration' => $duration, 'viewcount' => $viewcount, 'edit' => $userinfo->{'username'} eq $publisher ? "true" : "false", diff --git a/trunk/xsl/xhtml/results.xsl b/trunk/xsl/xhtml/results.xsl index 58a782d..02d5370 100644 --- a/trunk/xsl/xhtml/results.xsl +++ b/trunk/xsl/xhtml/results.xsl @@ -297,7 +297,7 @@ - +