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 @@ - +