parent
b0314296a8
commit
d797b9ab0e
|
@ -1870,7 +1870,7 @@ sub pagespec_translate ($) {
|
|||
[^\s()]+ # any other text
|
||||
)
|
||||
\s* # ignore whitespace
|
||||
}igx) {
|
||||
}gx) {
|
||||
my $word=$1;
|
||||
if (lc $word eq 'and') {
|
||||
$code.=' &&';
|
||||
|
|
Loading…
Reference in New Issue