]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
calendar: Add title attributes for all links in the calendars.
[ikiwiki.git] / IkiWiki.pm
index 611ba6f6540c6ae6b789bd49d477876b500b9eaf..99d5724ebca49593ac1078bb8880d00de510128f 100644 (file)
@@ -1083,7 +1083,7 @@ sub htmllink ($$$;@) {
        my @attrs;
        foreach my $attr (qw{rel class title}) {
                if (defined $opts{$attr}) {
-                       push @attrs, " $attr=\"".$opts{attr}.'"';
+                       push @attrs, " $attr=\"$opts{$attr}\"";
                }
        }