X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/41df7258842a3bdfbf6ed51ba5ff4d077e7bad5f..d98df9cb4fb14f54acb85c59fcff90800be73e01:/emoji.plp diff --git a/emoji.plp b/emoji.plp index 0d733c7..9595798 100644 --- a/emoji.plp +++ b/emoji.plp @@ -2,7 +2,7 @@ Html({ title => 'emoji cheat sheet', - version => '1.0', + version => '1.2', description => [ "Emoticons overview and Unicode equivalents" . " of MSN, Y!M, and Gmail icons.", @@ -11,7 +11,6 @@ Html({ sheet cheat emoticon smiley emoji unicode chat im messenger msn yahoo ym gmail google '], - stylesheet => [qw'light'], data => ['emoji-gmail.inc.pl'], }); @@ -36,7 +35,7 @@ for my $system (qw'gmail msn yahoo') { next; } my ($name, $input, $flags, $char, $desc) = @{$row}; - say sprintf('%s%s%s%s', + say sprintf('%s%s%s%s', sprintf($meta->{ $flags =~ /\bext\b/ ? 'iconext' : 'icon' } // '%s', $name), EscapeHTML($name), EscapeHTML($input),