mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 06:32:27 +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]
|
||||
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)),
|
||||
true);
|
||||
|
||||
Reference in New Issue
Block a user