keyboard/altgr: unicode description in unshifted title
[sheet.git] / Shiar_Sheet / FormatChar.pm
index c93a48a708fbff4eccddabfc0bd2a3102759d207..72d2e3dcadd0bc76072d004bd6562ead297fd288 100644 (file)
@@ -34,7 +34,7 @@ sub glyph_html {
        my ($class, $name, $mnem, $entity, $string) = @$info;
 
        my $cell = EscapeHTML($string || $char);
-       my $title = sprintf 'U+%04X%s', $codepoint, !!$name && " ($name)";
+       my $title = sprintf 'U+%04X%s', $codepoint, !!$name && " $name";
 
        $cell = "<span>$cell</span>" if $class and $class =~ /\bZs\b/;
        $cell = '&nbsp;' if $cell eq '';