1
0
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:
Štěpán Němec
2012-07-09 19:48:15 +02:00
parent 1ea6bd8911
commit 35e86115f0

View File

@@ -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"],