mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:22:28 +01:00
Fix a typo from revision 8844fd390b8c.
Courtesy Daniel Danner. Closes issue #888.
This commit is contained in:
@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
|
||||
|
||||
options.add(["previouspattern"],
|
||||
"Patterns to use when guessing the previous page in a document sequence",
|
||||
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
|
||||
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
|
||||
{ regexpFlags: "i" });
|
||||
|
||||
options.add(["pageinfo", "pa"],
|
||||
|
||||
Reference in New Issue
Block a user