X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/695da8181afad1c1649a32144e1e1d7d3dfc9dc9..0372b24101f35d395b29cbccebfc0f6048549cb2:/perl.plp diff --git a/perl.plp b/perl.plp index 716a1eb..89b906e 100644 --- a/perl.plp +++ b/perl.plp @@ -132,7 +132,9 @@ sub featattrs ($attr) { $title = $title ? sprintf ' (%s)', $title : ''; if (my $eg = $attr->{eg}) { - my $pre = sprintf ' {%s}', Entity($eg); + my $pre = Entity($eg); + $pre =~ s<\N{ZERO WIDTH SPACE}>{}g; + $pre = " {$pre}"; $title = $pre . $title; } return $title;