1
0
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:
Doug Kearns
2015-04-26 04:00:44 +10:00
parent 52993ec781
commit 7bfca8bd5b

View File

@@ -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);