X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8ff57924c2b3dc23159f637ef8a5c2efc9b510b2..601c737a133afc2884c7e88d293268918d26f315:/Shiar_Sheet/KeySigns.pm diff --git a/Shiar_Sheet/KeySigns.pm b/Shiar_Sheet/KeySigns.pm index c65385c..5de47cb 100644 --- a/Shiar_Sheet/KeySigns.pm +++ b/Shiar_Sheet/KeySigns.pm @@ -4,7 +4,7 @@ use utf8; use strict; use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.04'; our %sign = ( arg => '·', # described as 'dot' @@ -18,7 +18,7 @@ our %sign = ( down => '▼', left => '◀', sep => '•', - _ => '' || "\x{200b}", # unofficial html, correct ZWNJ character might appear as placeholder + '' => '' || "\x{200b}", # unofficial html, correct ZWNJ character might appear as placeholder ); sub import {