mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 06:07:59 +01:00
Require "x" flag in util.regexp for "extended" regex processing.
This commit is contained in:
@@ -257,7 +257,7 @@ function XMLChannel(uri, contentType) {
|
||||
([^]*)
|
||||
)?
|
||||
$
|
||||
]]>).exec(stream.read(4096));
|
||||
]]>, "x").exec(stream.read(4096));
|
||||
this.writes.push(pre);
|
||||
if (doctype) {
|
||||
this.writes.push(doctype + "[\n");
|
||||
|
||||
Reference in New Issue
Block a user