From 5d46d39e4c420930cc36f76f3d1975c0a8ccf946 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 Nov 2009 14:52:52 +0100 Subject: Add alt tag to images --- include/gen-xhtml-thumbnails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gen-xhtml-thumbnails b/include/gen-xhtml-thumbnails index c7e1d4f..0120ae1 100755 --- a/include/gen-xhtml-thumbnails +++ b/include/gen-xhtml-thumbnails @@ -64,7 +64,7 @@ foreach my $file (sort(@files)) { my $image = Image::Imlib2->load($file); my $thumb; - print $index "\n"; + print $index "\"$file\"\n"; print_progress; $number++; -- cgit v1.2.3