From 193d10e6034b48611e9ce97d07bcfdf0eef08a65 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 5 Jan 2011 23:14:40 +0100 Subject: [PATCH 1/1] unicode: fix non-di style selection --- Shiar_Sheet/FormatChar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shiar_Sheet/FormatChar.pm b/Shiar_Sheet/FormatChar.pm index 661bb75..f676ead 100644 --- a/Shiar_Sheet/FormatChar.pm +++ b/Shiar_Sheet/FormatChar.pm @@ -80,7 +80,7 @@ sub cell { $input =~ s/^\\//; # escaped char ($cell, $title, my $class, $mnem, $entity) = $self->glyphs_html($input); - if ($self->{style} = 'di') { + if ($self->{style} eq 'di') { if ($class =~ /\bu-di\b/) { push @class, ('l3', 'u-di'); # standard digraph } -- 2.30.0