X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b93feea4a4cd9bb503465ead1b73f89b8f36d429..219cb22723b29e968bc740d1f34b3b09265a9c08:/emoji.plp diff --git a/emoji.plp b/emoji.plp index ac3be58..2a546b4 100644 --- a/emoji.plp +++ b/emoji.plp @@ -25,7 +25,7 @@ for my $system (qw'gmail msn yahoo') { my $meta = shift @info or die $@; ref $meta eq 'HASH' or die "invalid $system definitions"; my $title = $meta->{name} // $system; - $title = qq{$title} for $meta->{source} || (); + $title = showlink($title, $_) for $meta->{source} || (); say sprintf '

%s

', $meta->{name} // $system; say '';