mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-09 17:05:47 +01:00
Fix options.dtd generation bug.
This commit is contained in:
@@ -752,7 +752,7 @@ var Options = Module("options", {
|
||||
services["dactyl:"].pages["options.dtd"] = function () [null,
|
||||
util.makeDTD(
|
||||
iter(([["option", o.name, "default"].join("."),
|
||||
o.type === "string" ? o.value.replace(/'/g, "''") :
|
||||
o.type === "string" ? o.defaultValue.replace(/'/g, "''") :
|
||||
o.value === true ? "on" :
|
||||
o.value === false ? "off" : o.stringDefaultValue]
|
||||
for (o in self)),
|
||||
|
||||
Reference in New Issue
Block a user