X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f91fd6d772ee8ea35f833802c9f8cc1db75ca950..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 {