mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 00:15:46 +01:00
Fix key feeding issues with some sites. Fix bug in dactyl.generateHelp.
This commit is contained in:
@@ -886,7 +886,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
data.push(" ");
|
||||
data.push(name);
|
||||
data.push('="');
|
||||
data.push(<>{value}</>.toXMLString());
|
||||
data.push(<>{value}</>.toXMLString().replace(/"/g, """));
|
||||
data.push('"');
|
||||
}
|
||||
if (node.localName in empty)
|
||||
|
||||
Reference in New Issue
Block a user