mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 23:25:45 +01:00
Fix generation of options.dtd.
This commit is contained in:
@@ -860,7 +860,7 @@ var Options = Module("options", {
|
|||||||
o.defaultValue === false ? "off" : o.stringDefaultValue]
|
o.defaultValue === false ? "off" : o.stringDefaultValue]
|
||||||
for (o of self)),
|
for (o of self)),
|
||||||
|
|
||||||
([["option", o.name, "type"].join("."), o.type] for (o in self)),
|
([["option", o.name, "type"].join("."), o.type] for (o of self)),
|
||||||
|
|
||||||
config.dtd)),
|
config.dtd)),
|
||||||
true);
|
true);
|
||||||
|
|||||||
Reference in New Issue
Block a user