summaryrefslogtreecommitdiffstats
path: root/generate_gallery.pl
diff options
context:
space:
mode:
Diffstat (limited to 'generate_gallery.pl')
-rwxr-xr-xgenerate_gallery.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_gallery.pl b/generate_gallery.pl
index 518ee3e..978857d 100755
--- a/generate_gallery.pl
+++ b/generate_gallery.pl
@@ -76,7 +76,7 @@ for my $dir (@ARGV) {
$html .= "<div class=\"thumbnail\">\n";
$html .= "<a rel=\"images\" class=\"thumbnail\" ";
- $html .= "title=\"$description\"" if $description;
+ $html .= "title=\"$description\" " if $description;
$html .= "href=\"$file\">\n";
$html .= "<img class=\"thumbnail\" alt=\"\" src=\"thumbs/$file\" />\n";
$html .= "</a>\n</div>\n";