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