aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 611ba6f65..99d5724eb 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -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}\"";
}
}