X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/90f76caa2008d1a07484ee43f141718fdadbf1a7..8e78ee79f876ead17fc0ac245c0978b8eb63d575:/emoji.plp diff --git a/emoji.plp b/emoji.plp index 68c1ec2..f4559cc 100644 --- a/emoji.plp +++ b/emoji.plp @@ -2,7 +2,7 @@ Html({ title => 'emoji cheat sheet', - version => 'v1.0', + version => '1.0', description => [ "Emoticons overview and Unicode equivalents" . " of MSN, Y!M, and Gmail icons.", @@ -37,7 +37,8 @@ for my $system (qw'gmail msn yahoo') { } my ($input, $flags, $char, $desc) = @{ $info[++$i] }; printf('%s%s%s%s'."\n", - sprintf($meta->{icon} // '%s', $name), EscapeHTML($name), + sprintf($meta->{ $flags =~ /\bext\b/ ? 'iconext' : 'icon' } // '%s', $name), + EscapeHTML($name), EscapeHTML($input), $desc // $name, $char ? ''.chr($char) : '',