mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
fix pattern for synonyms
This commit is contained in:
parent
253073efc5
commit
303f919b5e
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ sub TileFace($) {
|
|||
|
||||
my $str = ${$tileR}[2];
|
||||
|
||||
if ( $str =~ /\'(.)\'/ ) {
|
||||
if ( $str =~ /\'(.(\|.)*)\'/ ) {
|
||||
return $1;
|
||||
} elsif ( $str =~ /\"(.+)\"/ ) {
|
||||
return $1;
|
||||
|
|
Loading…
Add table
Reference in a new issue